- Forums
- PHP
- Php Fatal Error Class Soapclient Not Found
Are You Getting This Error On Your Soap Php Scripts? Fatal Error Class Soapclient Not Found In /var/cliensoap.php On Line Xx [2091], Last Updated: Mon Jun 24, 2024
Webune
Sat Feb 06, 2010
1 Comments
890 Visits
are you getting this error on your SOAP PHP scripts?
Fatal error Class SoapClient not found in /var/clienSOAP.php on line xx
if so, then this means that you dont have SOAP installed
if you have shell access to your server then you can just install it by sending this command:
yum intall php-soap
after the installation has been completed, then you will need to restart your web server:
/etc/init.d/httpd restart
after it completes the installation, you wont get this error anymore
NOTE: this is my configuration:
Linux CentOS 5
Apache 2
PHP 5