Joseph H Posted June 2, 2015 Report Posted June 2, 2015 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] => ) Quote
0 Max Posted June 2, 2015 Report Posted June 2, 2015 The install seems to only work with php 5.3 . Let me see if I can downgrade it If you are using PHP 5.6 on the Blesta box, install a proper SSL certificate on https://server3.yatosha.com:2443/ Joseph H 1 Quote
0 Michael Posted June 2, 2015 Report Posted June 2, 2015 Have you install PHP-Soap on InterWorx? See this article: https://licensecart.com/billing/plugin/support_manager/knowledgebase/view/14/the-interworx-module-isn-t-working/1/ Quote
0 Joseph H Posted June 2, 2015 Author Report Posted June 2, 2015 Have you install PHP-Soap on InterWorx? See this article: https://licensecart.com/billing/plugin/support_manager/knowledgebase/view/14/the-interworx-module-isn-t-working/1/ The install seems to only work with php 5.3 . Let me see if I can downgrade it Quote
0 Michael Posted June 2, 2015 Report Posted June 2, 2015 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\* Quote
0 Joseph H Posted June 2, 2015 Author Report Posted June 2, 2015 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 Quote
0 Tyson Posted June 2, 2015 Report Posted June 2, 2015 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. Michael and Joseph H 2 Quote
0 Michael Posted June 2, 2015 Report Posted June 2, 2015 For the interworx server > I did a fresh install, successfully installed soap and libxml. Yet still It fails mate Have you enabled the graceful restart on my tutorial? Joseph H 1 Quote
Question
Joseph H
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?
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.