Reputation: 14674
I'm getting the following error:
Fatal error: Class 'SoapClient' not found in [...]
I know that I need to uncomment the extension=php_soap.dll
in /etc/php5/apache2/php.ini
and I did.
But I still get the error and I dont know why. I also restarted the Apache after chaning the php.ini.
Also in my php_info() I cant find any soap
string. What can be wrong here?
Upvotes: 1
Views: 6818
Reputation: 14674
I just needed to install the php-soap extension with my package manager. Now its working fine
Upvotes: 2