keencs Posted July 27, 2010 Share Posted July 27, 2010 Hello, I've been attempting to get the enomsync.php cron functioning. For some reason i can't get it to run via cron. This is what I have scheduled: 53 13 * * * php -q /home/usr/public_html/whmcs/modules/registrars/enom/enomsync.php When I access the script directly: http://example.com/whmcs/modules/registrars/enom/enomsync.php it functions! I receive a confirmation email and it appears in the System Activity Log. However, when scheduled via cron nothing happens. I've also tried variations that I've found around the forum, none seem to work. 53 13 * * * php -q /home/usr/public_html/whmcs/modules/registrars/enom/enomsync.php >/dev/null 2>&1 53 13 * * * php /home/usr/public_html/whmcs/modules/registrars/enom/enomsync.php I found the known bug with the escalations cron in the forum and installed the patch. I've searched the forum high and low for anything on this issue, but can't find an answer. Please assist, Ryan W. Keen 0 Quote Link to comment Share on other sites More sharing options...
simplybe Posted July 27, 2010 Share Posted July 27, 2010 Check your servers cron log to see if it ran and what errors if any. 0 Quote Link to comment Share on other sites More sharing options...
keencs Posted July 28, 2010 Author Share Posted July 28, 2010 I checked the cron log, it is running. Any output is sent to an admin email address, and there was none. I think I've exhausted everything, not sure what to try. Cron log (redacted version ): Jul 27 15:50:01 server crond[9213]: (user) CMD (php -q /home/user/public_html/portal/modules/registrars/enom/enomsync.php ) Jul 27 15:52:01 server crond[9774]: (user) CMD (php -q /home/user/public_html/portal/modules/registrars/enom/enomsync.php ) Jul 27 15:54:01 server crond[10112]: (user) CMD (php -q /home/user/public_html/portal/modules/registrars/enom/enomsync.php ) 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.