Jump to content
  • 0

Blesta Fails To Connect With Interworx


Question

Posted

I had an Interworx server Intergrated with the blesta module before and all seemed to work well before. But today I tried adding another server and It fails to connect. Any Ideas on how to solve this? 

sendQuery Parameters sent to Soap Client at (https://server3.yatosha.com:2443/soap?wsdl) (Line: 235)
Array
(
    [apikey] => -----BEGIN INTERWORX API KEY-----

-----END INTERWORX API KEY-----
    [ctrl_name] => /nodeworx/users
    [action] => listWorkingUser
    [input] => Array
        (
            [perms] => Array
                (
                    [0] => NODEWORXUSER
                )

        )

)

getResponse Results (Line: 304)
stdClass Object
(
    [status] => error
    [response] => soap_error2
    [log] => 
)

7 answers to this question

Recommended Posts

  • 0
Posted

The install seems to only work with php 5.3 . Let me see if I can downgrade it 

 

Which install Blesta or InterWorx? If it's InterWorx how did you upgrade? You can use remi and this command to upgrade everything: 

yum --enablerepo=remi update php\*
  • 0
Posted

 

Which install Blesta or InterWorx? If it's InterWorx how did you upgrade? You can use remi and this command to upgrade everything: 

yum --enablerepo=remi update php\*

 

For the interworx server   >  I did a fresh install, successfully installed soap and libxml. Yet still It fails mate  :wacko:

  • 0
Posted

SOAP is not working properly on the server Blesta is installed on for some reason.

 

To see a more descriptive error, update /components/modules/interworx/apis/interworx_api.php and find:

throw new Exception("soap_error2");

and change it to:

throw new Exception("soap_error2 " . $e->getMessage() . "\n" . $e->getTraceAsString());

Then try it again. When it fails, look at the log output as you did in the first post.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...