Code:
Warning: imagecreatefromjpeg(./large/DSC_3688.JPG) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory in /Library/WebServer/Documents/resize.php on line 43
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /Library/WebServer/Documents/resize.php on line 105
Warning: imagejpeg(): supplied argument is not a valid Image resource in /Library/WebServer/Documents/resize.php on line 110
This is running on a MacOS X server, and I'm using the script found here:
http://www.phpclasses.org/browse/file/4571.html
And when I try to resize I get the above error. It's PHP5, Apache2 I'm not sure what else to check. Anything I need to have checked in httpd.conf file or the php.ini file? Any suggestions? Thanks.
EDIT: -------------------------------------------------------------------------
OK , I just had the wrong location for the file... please delete. Thanks.
EDIT: --------------------------------------------------------------------------
Last edited by funkdaddu; 02-09-2006 at 03:20 PM..
|