Fatal Error: Class 'soapclient' Not Found

RegisterLogin
Fatal Error: Class 'soapclient' Not Found
Post Description: Fatal Error: Class 'soapclient' Not Found In Ispconfig Hosting Panel I Get This Error When I Use Remote Framework
Tags: Fatal, Error:, Class, \'soapclient\', Not, Found
This Post Was Posted On Jan 17, 2010 By Retiler5 #3057
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?
Leave Your Comments
webune
#3262 1
yes i used to get that error before, you have to change

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
Jan 17, 2010 Reply Report abuse
©2012 Webune Forums - Fri Dec 14, 2012 2:46 am
Powered by: Webune Forums V3