Hey all,
the latest SolidCP WHMCS module is updated in the WHMCS marketplace (but the changelog is still not updated there).
v. 1.1.2 – 05 Dec. 2016
Changelog
– Compatible with WHMCS v7 and PHP 7 (WHMCS < 6 and PHP < 5.3.7 are NOT supported anymore)
– Transition to new DB framework in WHMCS due to deprecated old database connections
– Fixed adding addons in Admin panel
– German module language added in admin area
– Small bug fixes
Feel free to download on https://marketplace.whmcs.com/product/1430 and don’t forget to leave a 5 star vote :).
Best regards
Bogdan
Ok I see, actually i checked my linux shared hosting and it has php installed by default + SOAP enabled as per this Link
In this picture I have entered most info as you requested also i did this before but i dont have hostname nor nameservers so please check:
Unfortunately it is still giving error, I have also disabled the firewall on my server completely, also i tried all ports 9001-9006 but they all gave errors when hitting test connection !..
could it be because am using php 5.6 on my hosting ?? or what is it exactly the reason whmcs is unable to connect to SCP ??
Also will you please those two options if i managed to connect to the server how to configure them ??
http://grabilla.com/0730b-9971d030-07bc-4464-819a-22469fb96093.png
and
http://grabilla.com/0730b-6191c5d7-bffa-4ebb-afb5-56016c70d693.png
Really wish Hyper-V is managed by the WHMCS module as this is by far the most superior system I ever used, and i moved from BOTH WSP and MSP to SCP !!…
Thanks,,,
Hi,
maybe a firewall issue? Are the WHMCS server and the SolidCP Enterprise Server in the same internal network? If yes, it could also be an issue with a loop, if you try to connect with the external FQDN? Maybe you can try to connect with the internal IP? This would be also my recommendation not to expose port 9002 unsecured to the internet.
You can try to enable the ICMP connection in the Windows firewall and try to ping the Win server from the Linux server. If this is successful, then it should be an issue with the IIS configuration/firewall. If it’s also unsuccessful, then it’s a network issue.
Best regards
Bogdan
Thanks for your reply Marco.
So I realised that I hadn’t actually tried connecting from the Linux server directly and gave it a go. Here was the outcome:
[root@vps ~]# wget -p http://siteURL.com:9002
–2017-11-29 09:50:44– http://siteURL.com:9002/
Resolving siteURL.com… ###.16.###.234, ###.230.###.128
Connecting to siteURL.com|###.16.###.234|:9002… failed: Connection refused.
Connecting to siteURL.com|###.230.###.128|:9002… failed: Connection refused.
(actual URL & IP substitutued for “siteURL.com” & ###)
So the connection is being refused even though I have the site bindings set to allow access on the port:
SOAP is installed and it is what is throwing the error message when it can’t connect. What is blocking it on the Windows Server to make it get refused?
Hi Marco
Yes, the hostname is the same as the URL I used to access it via a browser (with the port added), and also the IP which I also confirmed via browser access with the port added.
There is no SSL cert so I have not clicked that option.
I also tried changing the hostname to the IP address to see if that helped (that is how my other linux server is configured, but it is the local machine that the WHMCS installation is on, whereas the SolidCP is obviously remote).
I am having the same problem with it not connecting on the server test. I can access Enterprise Server via a browser on the server and also remotely via port 9002 yet WHMCS just goes round and round and delivers no error or anything. The module logs showed me this:
#0 /home/#####/public_html/#####.com.au/whmcs/modules/servers/SolidCP/SolidCP.php(108): SolidCP_EnterpriseServer->getUserByUsername(‘serveradmin’)
#1 /home/#####i/public_html/#####/whmcs/vendor/whmcs/whmcs-foundation/lib/Module/AbstractModule.php(0): SolidCP_TestConnection(Array)
#2 /home/#####/public_html/#####/whmcs/vendor/whmcs/whmcs-foundation/lib/Module/Server.php(0): WHMCS\Module\AbstractModule->call(‘TestConnection’, Array)
#3 /home/#####/public_html/#####/whmcs/admin/configservers.php(0): WHMCS\Module\Server->call(‘TestConnection’, Array)
#4 {main}
This is the log no matter how long I leave it searching. (##### replaces space name and url obviously).
I am using WHMCS version 7.4.1 and SolidCP 1.3.0 on windows server 2016.
Any suggestions?