Mazza101 Posted March 1, 2012 Share Posted March 1, 2012 I have been trying to figure this out for a while now, looked at several other threads but not found a solution yet. EDIT: Problem here was solved, please look at second post. I created the curl test that I saw in another thread: <?php $ch = curl_init("http://86.******.35:8880/billingapi.aspx"); curl_exec($ch); curl_close($ch); ?> Which output: "Visit http://help.tcadmin.com for help" Any help would be much appreciated!! Link to comment Share on other sites More sharing options...
Mazza101 Posted March 1, 2012 Author Share Posted March 1, 2012 I realised that the server wasn't added to the product group, now that it is nothing is happening after I confirm the order, the page just keeps loading. Eventually get this error: Module Create Failed - Service ID: 1 - Error: Curl error: Operation timed out after 120000 milliseconds with 0 bytes received Url: http://86.********.35:8880/billingapi.aspx There is no log on TCadmin for the billingapi. I just tried using the tcadmin that comes with WHMCS and that left a log on the master server, but came up with an error (System.NullReferenceException) in WHMCS. Does this work with TCadmin2? Link to comment Share on other sites More sharing options...
Mazza101 Posted March 4, 2012 Author Share Posted March 4, 2012 Has anyone had this error before? Module Create Failed - Service ID: 1 - Error: Curl error: Operation timed out after 120000 milliseconds with 0 bytes received Url: http://86.********.35:8880/billingapi.aspx No luck so far trying to fix it. Seems that all firewall rules are OK, and the curl test worked fine. Link to comment Share on other sites More sharing options...
icekohl Posted March 4, 2012 Share Posted March 4, 2012 Double check the server settings in whmcs for IP,Type,Username,Password Also make sure API is enabled in TCA Link to comment Share on other sites More sharing options...
Jack Posted March 4, 2012 Share Posted March 4, 2012 Also, make sure your password doesn't have symbols. Link to comment Share on other sites More sharing options...
Mazza101 Posted March 5, 2012 Author Share Posted March 5, 2012 Not sure what the problem was but I have hosted WHMCS on a different server and tried from there, and it seems to be working now. Positive that the firewall was configured correctly, not sure what the issue was! Thanks for the advice guys. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.