These are the errors that I'm getting:
2013-04-02 16:49:20 - PHP Warning: imagecreatefromjpeg() [<a href='function.imagecreatefromjpeg'>function.imagecreatefromjpeg</a>]: gd-jpeg, libjpeg: recoverable error: Premature end of JPEG file
in /---/---/---/---/system/library/image.php on line 34
2013-04-02 16:49:20 - PHP Warning: imagecreatefromjpeg() [<a href='function.imagecreatefromjpeg'>function.imagecreatefromjpeg</a>]: '/---/---/---/---/image/data/Saltwater/Fish/DC-Yellowtail.jpg' is not a valid JPEG file in /---/---/---/---/system/library/image.php on line 34
2013-04-02 16:49:20 - PHP Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /---/---/---/---/system/library/image.php on line 89
2013-04-02 16:49:20 - PHP Warning: imagedestroy(): supplied argument is not a valid Image resource in /---/---/---/---/system/library/image.php on line 90
2013-04-02 17:28:38 - PHP Warning: imagecreatefromjpeg() [<a href='function.imagecreatefromjpeg'>function.imagecreatefromjpeg</a>]: gd-jpeg, libjpeg: recoverable error: Premature end of JPEG file
in /---/---/---/---/system/library/image.php on line 34
2013-04-02 17:28:38 - PHP Warning: imagecreatefromjpeg() [<a href='function.imagecreatefromjpeg'>function.imagecreatefromjpeg</a>]: '/---/---/---/---/image/data/Saltwater/Fish/DC-Yellowtail.jpg' is not a valid JPEG file in /---/---/---/---/system/library/image.php on line 34
2013-04-02 17:28:38 - PHP Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /---/---/---/---/system/library/image.php on line 89
2013-04-02 17:28:38 - PHP Warning: imagedestroy(): supplied argument is not a valid Image resource in /---/---/---/---/system/library/image.php on line 90
2013-04-02 17:29:26 - PHP Warning: imagecreatefromjpeg() [<a href='function.imagecreatefromjpeg'>function.imagecreatefromjpeg</a>]: gd-jpeg, libjpeg: recoverable error: Premature end of JPEG file
in /---/---/---/---/system/library/image.php on line 34
File permissions are:
Folders 0755
JPGs 0644
Version:
1.5.4
You need to make sure you are using the latest version of PHP If you do in fact have the latest version then:
Declare this variable in your file before calling imagecreatefromjpeg()
ini_set(‘gd.jpeg_ignore_warning’, 1);
Declare this variable in your file before calling imagecreatefromjpeg()
ini_set(‘gd.jpeg_ignore_warning’, 1);
This is the php version I have set in phpconfig:
All files with the extension .php will be handled by PHP 5.4 FastCGI processes.
You have to forgive me but I don't program in php so I really don't comprehend "declaring" and "calling".
All files with the extension .php will be handled by PHP 5.4 FastCGI processes.
You have to forgive me but I don't program in php so I really don't comprehend "declaring" and "calling".
Who is online
Users browsing this forum: No registered users and 12 guests