You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Using a soap_server throws an error :
FatalErrorException: Compile Error: Cannot redeclare class nusoap_server
It's because of the file vendor\nusphere\nusoap\lib\nusoap.php that contains all nusoap classes. It is included in the autoload vendor\composer\classmap.php when composer installs nusoap.
Solution:
Delete file vendor\nusphere\nusoap\lib\nusoap.php and run the command :
composer update
Regards,
Thierry
The text was updated successfully, but these errors were encountered:
PHP Fatal error: Cannot redeclare class nusoap_client in /space/www/campagnederentree.sgdf.fr/data/htdocs/capifony/releases/20140505175343/vendor/nusphere/nusoap/lib/class.soapclient.php on line 26
Hi,
Using a soap_server throws an error :
FatalErrorException: Compile Error: Cannot redeclare class nusoap_server
It's because of the file vendor\nusphere\nusoap\lib\nusoap.php that contains all nusoap classes. It is included in the autoload vendor\composer\classmap.php when composer installs nusoap.
Solution:
Delete file vendor\nusphere\nusoap\lib\nusoap.php and run the command :
composer update
Regards,
Thierry
The text was updated successfully, but these errors were encountered: