PDA

View Full Version : SOAP Error


Matthes
1st August 2008, 19:06
I get this error when trying to use the soap library that comes with the autosignup

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

falko
2nd August 2008, 14:39
This means that the class has already been declared somewhere else, so there's no need to declare it a second time.