https://bugzilla.wikimedia.org/show_bug.cgi?id=16652
Summary: Image not displayed in Page namespace
Product: MediaWiki extensions
Version: any
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: Normal
Component: ProofreadPage
AssignedTo: [email protected]
ReportedBy: [email protected]
After installing proofread extension, mediawiki doesn't display image in the
right size of the Page namespace.
Own configuration in my LocalSettings :
$wgEnableUploads = true;
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert";
$wgFileExtensions= array('png', 'gif', 'jpg', 'jpeg', 'svg', 'pdf','djvu',
'ods', 'odt');
$wgAllowImageMoving= true;
$wgDjvuDump = "djvudump";
$wgDjvuRenderer = "ddjvu";
$wgDjvuPostProcessor = "ppmtojpeg";
$wgDjvuOutputExtension = 'jpg';
$wgDjvuToXML = 'djvutoxml';
#Web Store
require_once ( "$IP/extensions/WebStore/WebStore.php" );
# Proofread Page
require_once ( "$IP/extensions/ProofreadPage/ProofreadPage.php" );
# PDF handler
require_once("$IP/extensions/PdfHandler/PdfHandler.php");
$wgPdfProcessor = '/usr/bin/gs';
$wgPdfPostProcessor = $wgImageMagickConvertCommand;
$wgPdfInfo = '/usr/bin/pdfinfo';
---------------
My PC configuration :
Linux salon 2.6.27.9.081214-gdn #1 SMP Sun Dec 14 22:16:04 CET 2008 i686
GNU/Linux
Distribution : debian
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l