I am getting error mentioned in the subject when trying to upload in wordpress admin interface. My server's running nginx with php-fpm, PHP version is 5.3.0.

I've googled quite some regarding this problem but I wasn't able to find any solution. Is there a way to enable JPG support for GD without recompiling the PHP completely? (I've tried to follow that path but I can't get ./configure with all the needed to complete properly and I just don't have time to fix all the errors with all the libraries).

Thanks!

link|improve this question

80% accept rate
1  
Tomalak's is probably the only answer. Have you considered using ImageMagick instead? – Pekka Apr 5 '11 at 15:59
problem is that I don't control source code (it's actually wordpress's source and I don't want to monkey patch that), but thank you for the idea! – gryzzly Apr 6 '11 at 10:41
you're welcome. There's a patch here that doesn't look too terrible: return-true.com/2010/01/using-imagemagick-with-wordpress-2-9-1 – Pekka Apr 6 '11 at 10:51
feedback

1 Answer

up vote 3 down vote accepted

No. You'll have to recompile php.

link|improve this answer
thanks. i've just seen different hints that it could be done without that, but now I know it can't :) – gryzzly Apr 6 '11 at 10:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.