Cron Job doesn't work and won't delete files

bdepadey4815

New Member
YetiShare User
Feb 28, 2015
87
0
0
I want to delete the files which are in the Manage File Action Queue, as they are just pending deletion for about 2 days now. When I click Process file action queue it just takes me to a blank php page.

I have followed the instructions and added the following cron jobs in cpanel but it still doesn't work:


0 0 * * * 0 0 * * * php /public_html/admin/tasks/auto_prune.cron.php >> /dev/null 2>&1

0 0 * * * 0 0 * * * php /public_html/admin/tasks/create_internal_notifications.cron.php >> /dev/null 2>&1

0 3 * * * 0 3 * * * php /public_html/admin/tasks/delete_redundant_files.cron.php >> /dev/null 2>&1

0 * * * * 0 * * * * php /public_html/admin/tasks/process_file_queue.cron.php >> /dev/null 2>&1
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
The cron jobs need to be placed in each server to delete files on each server. The link "process file action queue" will run the queue only on the main server.

Several other things wont work on external fileservers.