remoting framework problem with 2.2.14

Discussion in 'Installation/Configuration' started by mumbly, Jun 21, 2007.

  1. mumbly

    mumbly Member

    I've no /etc/httpd but i think it's should be similar to /etc/apache2/conf.d
    But i've got noting related to soap.lib.php.
    I've even tried on the whole disk : nothing !
     
  2. falko

    falko Super Moderator ISPConfig Developer

    I suggest that you double-check your PHP code.
     
  3. mumbly

    mumbly Member

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The code in the example is fine, but it may collide with the soap function in your PHP.

    Either you disable the soap function in your php installation or you do not use the soap library that cme with the examples.
     
  5. dayjahone

    dayjahone Member

    Any ideas on how to disable soap?
     
  6. mumbly

    mumbly Member

    If I do not use the soap library that comes with the examples, here is the error :

    Warning: SoapClient::SoapClient(https://www.s2ii.com:81/remote/index.php) [function.SoapClient-SoapClient]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /var/www/web3/web/site/test.php on line 18

    Warning: SoapClient::SoapClient() [function.SoapClient-SoapClient]: I/O warning : failed to load external entity "https://www.s2ii.com:81/remote/index.php" in /var/www/web3/web/site/test.php on line 18

    Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://www.s2ii.com:81/remote/index.php' in /var/www/web3/web/site/test.php:18 Stack trace: #0 /var/www/web3/web/site/test.php(18): SoapClient->SoapClient('https://www.s2i...') #1 {main} thrown in /var/www/web3/web/site/test.php on line 18
     
  7. dayjahone

    dayjahone Member

    I think you're having the same problem I was. I changed all instances of "soapclient" to "soap_client" in both test.php and soap.lib.php, and it worked.
     
  8. mumbly

    mumbly Member

    YESSSSSSSSSSSSS ! It works !
    So, under Ubuntu Gnu/linux (7.04 feisty fawn), you MUST rename each instances of "soapclient" to "soap_client" in both test.php and soap.lib.php !!!!
    Thanx Dayjohane !
     

Share This Page