ok, today i was working on ispconfig frameworking and i had to install soap in my server, before installing soap, i wasn't getting this error, but after i install soap, i got it.

"Fatal error: Cannot redeclare class soapclient in /var/www/web1/web/test/soap.lib.php on line 4101"


i know i didn't want to remove or uninstall soap, so the way i was able to fix this error as to rename all the instances of soapclient to soap_clien to SoapClient, or whatever you want as long as its not soapclient. i was able to do this with dreamweaver, but you can do it with notepad also or any other text editor. i guess there's already a class or function in php called soapclient and when you use the remote framework from ispconfig, you are using it again.