Closed (works as designed)
Project:
Filebrowser
Version:
master
Component:
Directory Listing Pages
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2005 at 08:53 UTC
Updated:
6 Apr 2010 at 16:11 UTC
When I tried to put a DVD image into my public files dir filebrowser gives error msgs:
warning: is_file(): Stat failed for public/files/debian-31r0-i386-binary-dvd-1.iso (errno=75 - Value too large for defined data type) in /var/www/modules/filebrowser.module on line 140.warning: stat(): Stat failed for public/files/debian-31r0-i386-binary-dvd-1.iso (errno=75 - Value too large for defined data type) in /var/www/modules/filebrowser.module on line 177.
Comments
Comment #1
gábor hojtsyThis is a PHP error, it cannot handle the bit representation of a DVD images size. This is not too suprising. I don't know of a way to ovecome this in PHP, there is no "bigger capacity data type" we can use, or a different function which does not return the size in the number of bits. You see, even is_file() checks for the file size.
Comment #2
gábor hojtsyNot possible to fix in filebrowser unfortunately.
Comment #3
deqiangs commentedIs there any fix to this bug now?
There are too many files that are larger than 2gb nowdays.