I've run into a really confusing problem on a site im working on with the Zend Framework.
The Zend Framework uses PHP GD to manipulate images, this works fine with PNG images, but when it comes to JPEG files it says JPEG support is not configured correctly
Fatal error: Uncaught exception 'Zend_Pdf_Exception' with message 'JPG support is not configured properly.
So i checked with gd_info and php_info() and they both say GD is installed but there is no JPEG support:
[GD Version] => bundled (2.0.34 compatible) [FreeType Support] => [T1Lib Support] => [GIF Read Support] => 1 [GIF Create Support] => 1 [JPG Support] => [PNG Support] => 1 [WBMP Support] => 1 [XPM Support] => [XBM Support] => 1 [JIS-mapped Japanese Font Support] =>
So where do i enable JPEG support. There is a gd.ini file, but that just specifies the location of the extensions .so file and i couldnd find anything useful in php.ini eather
Thanks in advance

New Topic/Question
Reply




MultiQuote




|