当我上传资源文件时,出现以下错误:
Warning: filesize() [function.filesize]: stat failed for C:\WINDOWS\TEMP\php1A.tmp in G:\setiisphp\www\plog\class\gallery\getid3\getid3.php on line 167
Warning: fread() [function.fread]: Length parameter must be greater than 0. in G:\setiisphp\www\plog\class\gallery\getid3\module.graphic.jpg.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at G:\setiisphp\www\plog\class\gallery\getid3\getid3.php:167) in G:\setiisphp\www\plog\class\view\view.class.php on line 172
不知是什么原因?但资源文件都能正常上传并使用哦,只是每次页面都会出现以上错误提示
這一個我沒遇過,你能把圖的 url 貼出來嗎,讓我可以下載來試試。
还有,如果是上传bmp图片文件,就根本上传不了,出现以下错误:
Warning: filesize() [function.filesize]: stat failed for C:\WINDOWS\TEMP\php6A.tmp in G:\setiisphp\www\plog\class\gallery\getid3\getid3.php on line 167
Fatal error: Uncaught exception 'Exception' with message 'Trying to generate a thumbnail of an unsupported format!' in G:\setiisphp\www\plog\class\gallery\resizers\gallerygdresizer.class.php:90 Stack trace: #0 G:\setiisphp\www\plog\class\gallery\resizers\gallerygdresizer.class.php(90): GalleryGDResizer::thumbnail() #1 G:\setiisphp\www\plog\class\gallery\resizers\gallerygdresizer.class.php(44): GalleryGDResizer->thumbnail('./gallery/1/1-9...') #2 G:\setiisphp\www\plog\class\gallery\resizers\galleryresizer.class.php(151): GalleryGDResizer->generate('./gallery/1/pre...', '120', '120') #3 G:\setiisphp\www\plog\class\gallery\dao\galleryresources.class.php(385): GalleryResizer->generate('./gallery/1/pre...', '120', '120', '1') #4 G:\setiisphp\www\plog\class\gallery\dao\galleryresources.class.php(498): GalleryResources->generateResourceThumbnail('./gallery/1/1-9...', '9', '1') #5 G:\setiisphp\www\plog\class\action\admin\adminaddresourceaction.class.php(78): GalleryResources->addResource('1', '1', 'sfgdsfg', Object(FileUpload)) # in G:\setiisphp\www\plog\class\gallery\resizers\gallerygdresizer.class.php on line 90
那是因為 GD 不知援 BMP,你必須改用 ImageMagick。
Mark