A Chan wrote:
> I wrote:
>>> * Image uploads work fine on the live instance of our wiki running with PHP 
>>> 5.0.3.
>>> * phpinfo() on the PHP 5.0.3 does not list the GD library as enabled.
>>>
>>> Is GD library the likely problem?  
> 
> Platonides responded:
>> Yes. Your php is not configured to handle the images.
> 
> Thanks - I will look at adding image handling to PHP.  It looks like this 
> involves recompiling PHP with the --with-gd flag, as well as some other flags.
> 
> Is there a way to verify that image handling has been enabled?  As I 
> mentioned, on our PHP 5.0.3 server, the phpinfo command does not list the GD 
> library as enabled, and yet image uploads work fine on that server.
> 
> Thank you!
> -Amy

The other server could be configured to use imagemagick instead of the
internal gd. That would explain it.


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to