crons please help

Status
Not open for further replies.

arcade247

New Member
Messages
4
Reaction score
0
Points
0
hey ...im new to cpanel and the crons jobs..i need help with setting up the cron job what do i add in the command area ..i've checked the tutorial section and did as it said ..but i recieved the email it said ..."/bin/sh: /home/arcade24/www/cron_minute.php?code=0ffb8984e: No such file or directory"
please help it would really be appreciated
cheers
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
You need to add php-cron before your script

So if I was going to run a script called corey.php in my public_html I would do this for the cron command:

php-cron -q /home/corey/public_html/corey.php

-Corey
 
Status
Not open for further replies.
Top