'File removed due to inactivity' Error

khpoletik4670

New Member
Jan 19, 2015
11
0
0
Hey guys,

A new bug has been found!
in admin panel, if you select multiple files to be removed at once, those files statusId won't be set correctly, the script will show the wrong message 'File removed due to inactivity' (statusId=5) while it should be 'File removed by the site administrator' (statusId=3) :eek:

http://yourdomain.com/admin/file_manage.php ====> Select 1 or many files then click on 'Remove Files' button ====> removed files status will be set as 'System Expired' not 'Admin Removed' :x

Does anybody know how to fix that?
 

pullvideos

Member
YetiShare User
Dec 15, 2013
88
0
6
Thanks! It fixed
and i found In /admin/ajax/
there is a /file/_deleted folder
what is this folder do here? It wasted disk space. I deleted it too, but how to fix this?
Thanks!
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Thats why i gave the file path in my post above :roll:

In /admin/ajax/file_manage_bulk_delete.ajax.php
The /files/_deleted/ directory contains all the expired and user deleted files. The files in there are automatically deleted by one of the background tasks (cronjobs).