Remote Upload

lajusangat

New Member
YetiShare User
Oct 1, 2012
20
0
1
Hi Adam,

I found bug on v4 please help me to fix it.



I upload using Remote Upload and 19% to complete (6.6GB),I cancel upload but the file already in folder "files".
I check in admin panel but no found any file and system show "Space Used 0 KB".

Thanks.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
It'll be in the _tmp folder in files. It's not an issue as it's regularly cleaned up automatically.
 

lajusangat

New Member
YetiShare User
Oct 1, 2012
20
0
1
Adam,

I already wait over 24 hours but the file still not delete.

For your information,I already set crontab -e like below.
Code:
0       0       *       *       *       php /var/www/vhosts/xxxxx.net/httpdocs/admin/tasks/auto_prune.cron.php >> /dev/null 2>&1
0       0       *       *       *       php /var/www/vhosts/xxxxx.net/httpdocs/admin/tasks/create_internal_notifications.cron.php >> /dev/null 2>&1
0       *       *       *       *       php /var/www/vhosts/xxxxx.net/httpdocs/admin/tasks/delete_redundant_files.cron.php >> /dev/null 2>&1
0       0       *       *       *       php /var/www/vhosts/xxxxx.net/httpdocs/admin/tasks/downgrade_accounts.cron.php >> /dev/null 2>&1
*/5     *       *       *       *       php /var/www/vhosts/xxxxx.net/httpdocs/admin/tasks/process_file_queue.cron.php >> /dev/null 2>&1
 

dfdssfsfd3806

Member
YetiShare User
Apr 4, 2014
271
0
16
done to repair its enter crontab-e with this command cron

* * * * * rm -rf /your folder/public_html/core/page/ajax/files/

it is here that there is the problem