Forum Moderators: coopster
Warning: stat failed for (errno=2 - No such file or directory) in /home/httpd/vhosts/ut2k4mods.com/httpdocs/benstock/admin/admin.php on line 43
The actual function works (it displays the corrent size). How can I rectify the error?
if you're shure it works even you get the stats error, use this it with an '@' in front:
[b]@[/b]filesize();. this will prevent displaying error and warning messages of only this statement, so you won't need to modify error reporting parameters for it.
anyways, the error message states that the file has not be found, so the filesize couldn't be return correctly in theory. check clearstatcache [php.net], this might help if the file exists for real.
--hakre