A warning / message of a failed filesize() funktion should not occoure in owncloud.log
- Logfile from a 5.0.11 server as described above:
{"app":"PHP","message":"filesize(): stat failed for \/var\/www\/5011\/owncloud\/data\/dfk\/files\/uploadfile8GB.iso at \/var\/www\/5011\/owncloud\/lib\/files\/storage\/local.php#74","level":2,"time":"2013-09-09T10:12:47+00:00"}
{"app":"PHP","message":"copy(\/var\/www\/5011\/owncloud\/data\/dfk\/files\/uploadfile8GB.iso): failed to open stream: No such file or directory at \/var\/www\/5011\/owncloud\/lib\/files\/storage\/local.php#143","level":2,"time":"2013-09-09T10:12:47+00:00"}
{"app":"PHP","message":"filemtime(): stat failed for \/var\/www\/5011\/owncloud\/data\/dfk\/files\/uploadfile8GB.iso at \/var\/www\/5011\/owncloud\/lib\/files\/storage\/local.php#92","level":2,"time":"2013-09-09T10:12:47+00:00"}
- Customers log on a 5.0.10 Server: {"installed":"true","version":"5.0.17","versionstring":"5.0.10","edition":"Enterprise"}
>> Warning PHP filesize(): stat failed for
> /mnt/oc_storage/klein-wiele-j/files/Test222/OSCwebDI.exe.backupFromWebupdate
> at /srv/www/htdocs/owncloud/lib/files/storage/local.php#74
> 2013-09-10T05:38:40+00:00
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
Do the files exist?
It did, but it has been removed.
It cannot determined, how|when it has been removed
Is the path to the files valid?
no longer
Can the web server user access the files and the folders?
I have one in use: Generally he can: new uploads are visible and can be removed but:
the Message/Warning could not be reproduced so far.
@dietmaroc Can you tell us more about your environment? Is this a 32bit or 64bit system? The following script may help you find out whether your PHP configuration is 32bit or 64bit. https://gist.github.com/bantu/4d33ab72d96742f559c7/raw/2fb7a54a2f4c2f00b0703c32d0487e142f5f0560/php_int_size.php An output of int(8) means it is 64bit.