I have the full backup script that I set to run with cron. This morning I saw a message in the error log that said:
PHP Warning: fsockopen(): unable to connect to mydomain.com:2082 (Connection timed out) in /home/user/cpanel_backup.php on line 36
Line 36 is: $socket = fsockopen($url,$port); $url is my domain, $port is 2082. I've used it before on another server and it worked fine, so I'm just wondering if this is a temporary issue? Or if it could be something else on the hosts end that prevents a script like this from working?



LinkBack URL
About LinkBacks
Reply With Quote





