0
votes

I set use /usr/local/bin/php /home2/bollyzz1/public_html/Bollyzz/latest_auditions_by_email.php

Error: /usr/local/cpanel/bin/jailshell: use: command not found

3

3 Answers

0
votes

Login to your cPanel and click Cronjobs under the Advanced section

Enter the following command in the Command to run field.

lynx -source "http://www.yourdomain.com/Bollyzz/latest_auditions_by_email.php" > /dev/null
0
votes

Make your crone file path like this.

/usr/bin/php -q /home2/bollyzz1/public_html/Bollyzz/latest_auditions_by_email.php
0
votes

Use wget command

wget http://domain.com/latest_auditions_by_email.php

set your time ( * * * * *) and check