Last modified: 2008-12-15 15:06:30 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 T18652, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 16652 - Image not displayed in Page namespace
Image not displayed in Page namespace
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
ProofreadPage (Other open bugs)
unspecified
PC Linux
: Normal major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-15 13:43 UTC by Bertrand GRONDIN
Modified: 2008-12-15 15:06 UTC (History)
0 users

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


Attachments

Description Bertrand GRONDIN 2008-12-15 13:43:51 UTC
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
Comment 1 Bertrand GRONDIN 2008-12-15 13:44:58 UTC
PC Configuration

System :	Linux salon 2.6.27.9.081214-gdn #1 SMP Sun Dec 14 22:16:04 CET 2008 i686 
Build Date :	Dec 3 2008 22:04:40 
Server API :	Apache 2.0 Handler 
Virtual Directory Support :	disabled 
Configuration File (php.ini) Path :	/etc/php5/apache2 
Loaded Configuration File :	/etc/php5/apache2/php.ini 
Scan this dir for additional .ini files :	/etc/php5/apache2/conf.d 
additional .ini files parsed :	/etc/php5/apache2/conf.d/apc.ini, /etc/php5/apache2/conf.d/curl.ini, /etc/php5/apache2/conf.d/ffmpeg.ini, /etc/php5/apache2/conf.d/gd.ini, /etc/php5/apache2/conf.d/mcrypt.ini, /etc/php5/apache2/conf.d/mysql.ini, /etc/php5/apache2/conf.d/mysqli.ini, /etc/php5/apache2/conf.d/pam_auth.ini, /etc/php5/apache2/conf.d/pdo.ini, /etc/php5/apache2/conf.d/pdo_mysql.ini, /etc/php5/apache2/conf.d/ps.ini, /etc/php5/apache2/conf.d/sqlite3.ini 
PHP API :	20041225 
PHP Extension :	20060613 
Zend Extension 	:220060519 
Debug Build :	no 
Thread Safety :	disabled 
Zend Memory Manager :	enabled 
IPv6 Support :	enabled 
Registered PHP Streams :	zip, php, file, data, http, ftp, compress.bzip2, compress.zlib, https, ftps 
Registered Stream Socket Transports :	tcp, udp, unix, udg, ssl, sslv3, sslv2, tls 
Registered Stream Filters :	string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, bzip2.*, zlib.*
Comment 2 Bertrand GRONDIN 2008-12-15 13:48:07 UTC
In some page, I've the following property of the image not displayed : 
dimensions : 0 x 0 pixels
profondeur : 0 bits par pixel
Type d'image inconnu
Taille du fichier : 550 octets
Comment 3 Bertrand GRONDIN 2008-12-15 15:06:30 UTC
Fixed : ErrorDocument 404 badly configured. Sorry !

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


Navigation
Links