Fatal Error: Class 'soapclient' Not Found
- Forums
- General Errors
- Fatal Error: Class 'soapclient' Not Found
Fatal Error: Class 'soapclient' Not Found In Ispconfig Hosting Panel I Get This Error When I Use Remote Framework [1775], Last Updated: Mon Jun 24, 2024
Retiler5
Sun Jan 17, 2010
1 Comments
717 Visits
hi, i have little expirience with ispconfig. i have installed ispconfig 2 with remote framework, i followed all the steps at the link you gave me, now im at the testing point, but i get this error when i try the add.php file:
Warning: SoapClient::__construct(https://208.86.44.103:81/remote/index.php) [function.SoapClient---construct]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /var/www/web1/web/hosting/ispconfig/add.php on line 19
Warning: SoapClient::__construct() [function.SoapClient---construct]: I/O warning : failed to load external entity "https://208.86.44.103:81/remote/index.php" in /var/www/web1/web/hosting/ispconfig/add.php on line 19
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://208.86.44.103:81/remote/index.php' in /var/www/web1/web/hosting/ispconfig/add.php:19 Stack trace: #0 /var/www/web1/web/hosting/ispconfig/add.php(19): SoapClient->__construct('https://208.86....') #1 {main} thrown in /var/www/web1/web/hosting/ispconfig/add.php on line 19
so then i installed php_soap but i still get this error now:
Fatal error: Class 'soapclient' not found
how do i fix this?
FROM:
$soapclient = new soapclient($server_url.'/remote/index.php');
TO:
$soapclient = new soap_client($server_url.'/remote/index.php');
you see the difference, i basically changed the function to soap_client