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
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