You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: getimagesize(.\.) [function.getimagesize]: failed to open stream: Permission denied in C:\xampp\htdocs\mysite\GdThumb.inc.php on line 1070
#59
Closed
expiredninja opened this issue
Apr 27, 2012
· 2 comments
If anybody has an insight into this I would really appreciate it. I'm trying to implement a function to automatically save images in a directory as thumbnails. Here's the issue on stackoverflow:
Warning: getimagesize(..) [function.getimagesize]: failed to open stream: Permission denied in C:\xampp\htdocs\mysite\GdThumb.inc.php on line 1070
Fatal error: Uncaught exception 'Exception' with message 'File is not a valid image: ..' in C:\xampp\htdocs\mysite\ThumbBase.inc.php:193 Stack trace: #0 C:\xampp\htdocs\mysite\GdThumb.inc.php(1081): ThumbBase->triggerError('File is not a v...') #1 C:\xampp\htdocs\mysite\GdThumb.inc.php(98): GdThumb->determineFormat() #2 C:\xampp\htdocs\mysite\ThumbLib.inc.php(127): GdThumb->__construct('..', Array, false) #3 C:\xampp\htdocs\mysite\save_differentformat.php(65): PhpThumbFactory::create('..') #4 {main} thrown in C:\xampp\htdocs\mysite\ThumbBase.inc.php on line 193
The text was updated successfully, but these errors were encountered:
If anybody has an insight into this I would really appreciate it. I'm trying to implement a function to automatically save images in a directory as thumbnails. Here's the issue on stackoverflow:
http://stackoverflow.com/questions/10342190/errors-keep-cropping-up-implementing-a-basic-phpthumb-script-permission-denied
Warning: getimagesize(..) [function.getimagesize]: failed to open stream: Permission denied in C:\xampp\htdocs\mysite\GdThumb.inc.php on line 1070
Fatal error: Uncaught exception 'Exception' with message 'File is not a valid image: ..' in C:\xampp\htdocs\mysite\ThumbBase.inc.php:193 Stack trace: #0 C:\xampp\htdocs\mysite\GdThumb.inc.php(1081): ThumbBase->triggerError('File is not a v...') #1 C:\xampp\htdocs\mysite\GdThumb.inc.php(98): GdThumb->determineFormat() #2 C:\xampp\htdocs\mysite\ThumbLib.inc.php(127): GdThumb->__construct('..', Array, false) #3 C:\xampp\htdocs\mysite\save_differentformat.php(65): PhpThumbFactory::create('..') #4 {main} thrown in C:\xampp\htdocs\mysite\ThumbBase.inc.php on line 193
The text was updated successfully, but these errors were encountered: