We have installed WHMCS on a shared hosting account on the same InterWorx server that it will be setting up accounts on (temporarily). However, when trying to Create the package on InterWorx from WHMCS the following error is had from WHMCS (we have replaced the username and domain name with {{user}} and {{domain}} respectively:
Warning: SoapClient::__construct(https://:2443/nodeworx/soap?wsdl) [function.SoapClient---construct]: failed to open stream: No such file or directory in /chroot/home/{{user}}/{{domain}}/html/modules/servers/interworx/interworx.php on line 0
It is followed up with:
Warning: SoapClient::__construct() [function.SoapClient---construct]: I/O warning : failed to load external entity "https://:2443/nodeworx/soap?wsdl" in /chroot/home/{{user}}/{{domain}}/html/modules/servers/interworx/interworx.php on line 0
And then finally with:
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://:2443/nodeworx/soap?wsdl' in /chroot/home/{{user}}/{{domain}}/html/modules/servers/interworx/interworx.php:0 Stack trace: #0 /chroot/home/{{user}}/{{domain}}/html/modules/servers/interworx/interworx.php(0): SoapClient->__construct() #1 /chroot/home/{{user}}/{{domain}}/html/includes/modulefunctions.php(0) : eval()'d code(1): interworx_CreateAccount('https://:2443/n...') #2 /chroot/home/{{user}}/{{domain}}/html/includes/modulefunctions.php(0): unknown() #3 /home/{{user}}/{{domain}}/html/admin/clientshosting.php(0): ServerCreateAccount() #4 {main} thrown in /chroot/home/{{user}}/{{domain}}/html/modules/servers/interworx/interworx.php on line 0
Any assistance would be greatly appreciated!