Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我正在对其他人的遗留代码进行一些维护,并且我已经修复了一些基本权限问题,但是现在在图像上传器中,我收到以下错误:
Warning: getimagesize() [function.getimagesize]: Read error! in /home/kirby/public_html/members/upload_advanced.php on line 211
现在,该目录的权限设置为允许读取、执行和写入 - 什么会导致该问题?可能是上传者没有正确写入信息吗?
我以前见过这个,对我来说这是一个内存问题,方法失败了:
_getNeedMemoryForFile
可能最安全的选择是包装到 try-catch 并尽可能优雅地处理异常。