View Single Post
  #11  
Old 11-23-2012, 07:23 PM
Jakobi Jakobi is offline
Member
 
Join Date: Sep 2012
Posts: 17
Quote:
Originally Posted by NiteWave View Post
can change the build option from "--with-gd=shared" to "--with-gd", and rebuild php ? see if it resolves the issue.

another tip, to narrow down the issue, you can run test program to see if working as expected or giving out any error message. for example, http://php.net/manual/en/function.imagejpeg.php
"Example #1 Outputting a JPEG image"
I did the first example and got the attached. I took that code and put it in a php file, tried all the image filenames too. I also did the tail error log and nothing is coming up. I will try the --with-gd next.
Attached Images
File Type: jpg 11-23-2012 10-21-50 PM.jpg (2.9 KB, 5 views)

Last edited by Jakobi; 11-23-2012 at 07:37 PM..
Reply With Quote