Jump to content

Cron Help???


TRUSTINWEB

Recommended Posts

I am trying to do two cron jobs:

I have a program that is set to do a cron job every 15mins to check for imported list staged in the que.

 

But I keep getting an error message:??

 

sh: line 1: /home/username/sitename.com/8/crons/processimports.php: Permission denied

sh: line 2:

: command not found

this is what I have:

 

/usr/local/php5/bin/php -q
/home/username/sitename.com/8/crons/processimports.php > /dev/null

 

 

 

The second one is a scheduler to send out an email, but I get this error message:

sh: line 1: /home/username/sitename.com/8/crons/scheduler.php: Permission denied

 

from this out put:

/usr/local/php5/bin/php -q
/home/username/sitename.com/8/crons/scheduler.php > /dev/null

Please Help??

 

Thanks,

 

TRUSTINWEB

Link to comment
https://forums.phpfreaks.com/topic/231368-cron-help/
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.