Page MenuHomePhabricator

During installation, mediawiki doesn't find ImageMagick on a system installed with blastwave.org's GNU packages.
Closed, ResolvedPublic

Description

Author: gregturn

Description:
I have attached a patch of the file:

Index: phase3/config/index.php

  • phase3/config/index.php (revision 13617)

+++ phase3/config/index.php (working copy)
@@ -355,7 +355,7 @@

print "<li>GNU diff3 not found.</li>";

$conf->ImageMagick = false;
-$imcheck = array( "/usr/bin", "/usr/local/bin", "/sw/bin", "/opt/local/bin" );
+$imcheck = array( "/usr/bin", "/opt/csw/bin", "/usr/local/bin", "/sw/bin",
"/opt/local/bin" );
foreach( $imcheck as $dir ) {

$im = "$dir/convert";
if( file_exists( $im ) ) {

Version: unspecified
Severity: normal
OS: Linux
Platform: Other

Details

Reference
bz5559

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:11 PM
bzimport set Reference to bz5559.
bzimport added a subscriber: Unknown Object (MLST).

robchur wrote:

Applied to SVN trunk, r13626.