Could not move the file into storage on

Mo6538

New Member
YetiShare User
Feb 17, 2018
20
3
3
Switzerland
errorAutoSave_0000_640x360.bmpError: Could not move the file into storage on s1.moupload.com, possibly a permissions issue with the file storage directory. - /tmp/phpSAPtk1 - /var/www/html/files/45/4538e5c1ba4fbd3e2c9a85c4d4947eac

Permissions are set like in discription . This issue is sometimes there and sometimes not, its switching.
Its just sometimes and not everytime. Also tried with other formats and file sizes. Everywhere the same.

Please contact me, there are some more bugs on my page, for fixing it i pay too.
 
Last edited:

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Ensure all the permissions on /var/www/html/files/ are set recursively. For example, via SSH run this:

chmod -R 777 /var/www/html/files/

If your server does not permit 777 use 755.