Cron not working, reasons?
gkodikara opened this issue · 2 comments
gkodikara commented
Hi,
I've followed all steps and the commands run as they should if triggered manually, but they don't if happy at the intervals specified. Could I have missed something? Is there anything I need to install as a prerequisite except the files you've mentioned? Could it be permissions?
MUlt1mate commented
Hi. What framework do you use? what's your command\function name?
jotapesaraiva commented
Hi,
The same thing is happening to me.
I am using codeigniter 3.1.7
my row in crontab
-
-
-
-
- apache /usr/bin/php -f /var/wwww/html/modal-ci/index.php tasksController checkTasks >> /var/log/cron-manage
-
-
-
The index.php is allowed 755 apache.apache
manually works