Cron job command line.

Status
Not open for further replies.

jdubz01

New Member
Messages
1
Reaction score
0
Points
0
Is this command line ok

Code:
/usr/local/bin/php -q /home/jdubz01/public_html/cronp.php

because the script isn't runing.
 
Last edited:

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
Is this command line ok

Code:
/usr/local/bin/php -q /home/jdubz01/public_html/cronp.php

because the script isn't runing.

Hi jdubz01,

First, please check to make sure the cronp.php page exists.

If it exists and it's not running, try changing your command to:

Code:
php -q /home/jdubz01/public_html/cronp.php

- Adam
 
Status
Not open for further replies.
Top