brad.vilayer Posted January 11, 2013 Share Posted January 11, 2013 Error: Curl error: Operation timed out after 120001 milliseconds with 0 bytes received Url this error is received upon provision via whmcs module but it has something to do with the tcadmin monitor on the master server when it is searching for the game files/server to use. i would open a ticket but dont have access to our account kind regards brad vilayer.com Link to comment Share on other sites More sharing options...
brad.vilayer Posted February 3, 2013 Author Share Posted February 3, 2013 Bump Link to comment Share on other sites More sharing options...
CloudCUBE Posted February 3, 2013 Share Posted February 3, 2013 is your whmcs able to connect to tcadmin? put this in your /whmcs folder and name it curltest.php <?php $ch = curl_init("http://<yourcontrolpanel>billingapi.aspx"); curl_exec($ch); curl_close($ch); ?> If the page does not load then your firewall is blocking communication between tcadmin and whmcs. Link to comment Share on other sites More sharing options...
brad.vilayer Posted February 3, 2013 Author Share Posted February 3, 2013 whmcs connects fine, its only the odd create command that generated this. We have around 140 servers on tcadmin. from what i can tell in monitor debug, when an install occurs, it goes through avaliable servers and kicks the error while i waits on finding game files Link to comment Share on other sites More sharing options...
LFA Posted February 4, 2013 Share Posted February 4, 2013 TCAdmin looks for a server after the success response has already been sent to WHMCS. That is not causing the time out. Does suspend/unsuspend work? Link to comment Share on other sites More sharing options...
brad.vilayer Posted February 9, 2013 Author Share Posted February 9, 2013 Yes those functions work fine, along with terminate also Link to comment Share on other sites More sharing options...
brad.vilayer Posted February 18, 2013 Author Share Posted February 18, 2013 this is still a constant issue for us. how can we debug to resolve this Link to comment Share on other sites More sharing options...
ECF Posted February 18, 2013 Share Posted February 18, 2013 I would suggest putting in a support ticket. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now