Last modified: 2014-08-22 11:35:06 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T71853, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 69853 - ImageMagick is enabled, prevents GD from working
ImageMagick is enabled, prevents GD from working
Status: UNCONFIRMED
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.23.0
PC Windows 7
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-08-21 15:10 UTC by Tony Mach
Modified: 2014-08-22 11:35 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Tony Mach 2014-08-21 15:10:51 UTC
In the LocalSettings.php file, $wgUseImageMagick is set to true. This did prevent GD from working on my MediaWiki installation (on XAMPP with Windows).

Changing this one line did solve the problem for me:
$wgUseImageMagick = false;

From the documentation:

PHP now comes with GD enabled by default. This will work for thumbnailing, and will not require any configuration or modification. Therefore it's highly recommended to not install ImageMagick, since it is known to be unstable. In fact the $wgImageMagickConvertCommand and Image.php mentioned below does not exist in MW1.15.1

https://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Windows#ImageMagick

I added the information to the documentation, however it would be really good if the MediaWiki installation "out of the box" would work without having to change this setting.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links