Cron Job Troubles

Cron Job Troubles - Computer Issues, Video Gaming - Posted: 22nd Mar, 2008 - 1:19pm

Text RPG Play Text RPG ?
 

Posts: 1 - Views: 891
22nd Mar, 2008 - 1:19pm / Post ID: #

Cron Job Troubles

Cron Job Troubles

Sometimes one CRON Job may work fine and the other will not even though both are similar. One of the first things to check if your CRON Jobs are not working is this:

1. Relative paths. Make sure that you do not have scripts with just "../myscript.php" but instead the full path to the file.

2. Of course, make sure the name and directory are correct. If you are using Cpanel then ensure your Email is designated for errors, that way if it does not work you are notified. You can also check the CRON logs via shell.

One of the reasons I bring this up is because sometimes a CRON Job will work fine from your browser and not from the Job itself even though it is being logged as executed.

Here is a typical CRON Job:

CODE
*/5 * * * * /usr/local/bin/php /pathto/name/home/directory/script.php >/dev/null


Now if using above does not work, I have another solution:

CODE
*/5 * * * * lynx -dump http://www.domain.com/directory/script.php >/dev/null


This runs as though it were running the script from a browser. If your directory is protected then use this:

CODE
*/5 * * * * lynx -auth=username:password -dump http://www.domain.com/directory/script.php >/dev/null


NOTE to self: Solved problem with Turn Based RPG jobs.



Sponsored Links:
Post Date: Sun Apr 6 3:34:15 GMT 2025 / Post ID: #

Avatar

Cron Job Troubles

Add Comment
I was hoping for more on cron job troubles needs more feedback today so there can be conceive and maybe get a better idea.


 
> TOPIC: Cron Job Troubles
 

▲ TOP


International Discussions Coded by: BGID®
ALL RIGHTS RESERVED Copyright © 1999-2025
Disclaimer Privacy Report Errors Credits
This site uses Cookies to dispense or record information with regards to your visit. By continuing to use this site you agree to the terms outlined in our Cookies used here: Privacy / Disclaimer,