Hello, have installed and run this script for quite some time now.
I have setup cron jobs, and the files are successfully deleted when a user deletes them in their account.
Why is the file still in the "file" in database, + Trash Can in user account.
How to get it to remove successfully?
Have setup settings correct with "purge_deleted_files_minutes" have it set to 0, thought it first was because of my Direct web server it didn't work but its the same with localhost server.
Run on NGINX with php-fpm, am I missing something?
Cron jobs are setup as following for testing,
*** secret-website.com ***
*/5 * * * * php /mnt/data/hdd1/nginx/secret-website.com/admin/tasks/auto_prune.cron.php >> /dev/null 2>&1
*/5 * * * * php /mnt/data/hdd1/nginx/secret-website.com/admin/tasks/create_internal_notifications.cron.php >> /dev/null 2>&1
*/5 * * * * php /mnt/data/hdd1/nginx/secret-website.com/admin/tasks/delete_redundant_files.cron.php >> /dev/null 2>&1
*/5 * * * * php /mnt/data/hdd1/nginx/secret-website.com/admin/tasks/process_file_queue.cron.php >> /dev/null 2>&1
*** fs1.secret-website.com ***
*/5 * * * * php /mnt/data/hdd1/nginx/fs1.secret-website.com/admin/tasks/delete_redundant_files.cron.php >> /dev/null 2>&1
*/5 * * * * php /mnt/data/hdd1/nginx/fs1.secret-website.com/admin/tasks/process_file_queue.cron.php >> /dev/null 2>&1
Have not added all cron jobs on the main server since, as I can't see why it would be necessary for what i'm looking to achieve.
Run version V4.2
Cheers for any help!
Regards,
Henrik J.
I have setup cron jobs, and the files are successfully deleted when a user deletes them in their account.
Why is the file still in the "file" in database, + Trash Can in user account.
How to get it to remove successfully?
Have setup settings correct with "purge_deleted_files_minutes" have it set to 0, thought it first was because of my Direct web server it didn't work but its the same with localhost server.
Run on NGINX with php-fpm, am I missing something?
Cron jobs are setup as following for testing,
*** secret-website.com ***
*/5 * * * * php /mnt/data/hdd1/nginx/secret-website.com/admin/tasks/auto_prune.cron.php >> /dev/null 2>&1
*/5 * * * * php /mnt/data/hdd1/nginx/secret-website.com/admin/tasks/create_internal_notifications.cron.php >> /dev/null 2>&1
*/5 * * * * php /mnt/data/hdd1/nginx/secret-website.com/admin/tasks/delete_redundant_files.cron.php >> /dev/null 2>&1
*/5 * * * * php /mnt/data/hdd1/nginx/secret-website.com/admin/tasks/process_file_queue.cron.php >> /dev/null 2>&1
*** fs1.secret-website.com ***
*/5 * * * * php /mnt/data/hdd1/nginx/fs1.secret-website.com/admin/tasks/delete_redundant_files.cron.php >> /dev/null 2>&1
*/5 * * * * php /mnt/data/hdd1/nginx/fs1.secret-website.com/admin/tasks/process_file_queue.cron.php >> /dev/null 2>&1
Have not added all cron jobs on the main server since, as I can't see why it would be necessary for what i'm looking to achieve.
Run version V4.2
Cheers for any help!
Regards,
Henrik J.