Jump to content

Cron problem


vineld

Recommended Posts

I am running cron jobs on a shared server as follows:

 

*/2 * * * *

/usr/local/bin/php /home/xxxxxx/domains/xxxxxx/public_html/mydir/myfile.php > /dev/null 2>&1

 

However, the file never seems to run properly. I have other cron jobs running on the same server which work just fine.

 

The file I am trying to run works as it should when I access it directly so I am not sure at all what to do..., what could be the problem?

Link to comment
https://forums.phpfreaks.com/topic/171531-cron-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.