errors in crontab file, can't install.

griffankuhlow6603

New Member
Reservo User
Jun 11, 2017
3
0
0
I can add all the other cron jobs but this one "*/5 * * * * php /path/to/your/yetishare/admin/tasks/process_file_queue.cron.php >> /dev/null 2>&1" it gives me this error errors in crontab file, can't install. Any help please thanks
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Please post your full crontab file.

Thanks,
Adam.
 

griffankuhlow6603

New Member
Reservo User
Jun 11, 2017
3
0
0
MAILTO="[email protected]"
SHELL="/bin/bash"
0 0 * * * 0 0 * * * php /home/tastep/public_html/griffpic.com/admin/tasks/auto_prune.cron.php >> /dev/null 2>&1
0 0 * * * 0 0 * * * php /home/tastep/public_html/griffpic.com/admin/tasks/create_internal_notifications.cron.php >> /dev/null 2>&1
0 0 * * * 0 * * * * php /home/tastep/public_html/griffpic.com/admin/tasks/delete_redundant_files.cron.php >> /dev/null 2>&1
0 0 * * * 0 0 * * * php /home/tastep/public_html/griffpic.com/admin/tasks/downgrade_accounts.cron.php >> /dev/null 2>&1
0 1 * * * 0 1 * * * php /home/tastep/public_html/griffpic.com/admin/tasks/create_email_notifications.cron.php >> /dev/null 2>&1
~
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
You have copied the start of each line twice.

0 1 * * * 0 1 * * *

Should be

0 1 * * *

You also have a hyphen at the end.