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
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
Fatal Error: Class 'soapclient' Not Found by Retiler5
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
Related Pages: [Add Your Website]
Post New Topic
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
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
©2011 Webune Forums - Mon Dec 19, 2011 11:07 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3