every 20 minutes i get this error, but i have delete this file and i havent a versionsfile for it, how i can fix it?
Error PHP filesize(): stat failed for /home/xxx/xxx/files_versions/Arbeit/PGO/Pokemon_GO_Discord_Chat_fur_alle_Fraktionen.docx.v1469520899 at /var/www/nextcloud/lib/private/Files/Storage/Local.php#155
Just a guess, but you might want to try running files:cleanup or files:scan again. Example,
./occ files:cleanup
./occ files:scan --all
thanks for your time
i have try it cleanup say there are 0 files, and the scan say i have the wrong user
sudo -u “webuser” php occ files:cleanup
0 orphaned file cache entries deleted
sudo -u “webuser” php occ files:scan --all
Scanning files for 12 users
Starting scan for user 1 out of 12 (Alv)
Home storage for user Alv not writable
Make sure you’re running the scan command only as the user the web server runs as
Is anyone else having this issue after updating to Nextcloud 18 from 17?
[PHP] Error: filesize(): stat failed for /var/www/nextcloud/data/aaron.lawson/files/Test/aaron_lawson_blue_shirt_profile_pic.psd.ocTransferId151376186.part at /var/www/nextcloud/lib/private/Files/Storage/Local.php#170
PUT /remote.php/webdav/Test/aaron_lawson_blue_shirt_profile_pic.psd
Does anyone know if this is something critical or have a solution to this? I wasn’t able to find recent threads with the issue…Any help is greatly apprecaited.
I have exactly the same problem here since the update to Nextcloud 18.
So far I could not find any problems.
Error: filesize(): stat failed for /www/htdocs/…/files/Readme.md.ocTransferId469925159.part at /www/htdocs/…/lib/private/Files/Storage/Local.php#170
PUT /remote.php/dav/files/…/Readme.md
from 79.214.223.176 by … at 2020-01-23T20:08:53+01:00
I have the same problem every time to upload a file:
` [PHP] Error: filesize(): stat failed for /var/www/html/data/xxxxx/files/xxxxxxxxxx.pdf.ocTransferId641220615.part at /var/www/html/lib/private/Files/Storage/Local.php#170`
PUT /remote.php/webdav/xxxxxxxxx.pdf
from xxx.xxxx.xxx.xxx by xxxxxxx at 2020-02-28T16:06:00+00:00
Anyone know what happen?