On Wed, 30 Jul 2014 10:12:34 +0200, Seitz Andreas <[email protected]> wrote:

Hi,

i have a Problem with the Mediawiki Version 1.23.1. (PHPV. 5.5.9; mysql:5.6.16) After the Update from 1.15.4 to 1.23.1 some Thumbnails displays a Error: "error creating thumbnail invalid thumbnail parameters".
On the 1.15.4 it works but in the new Version not.

The JPG is 3MB and 4320x3240.
When I resize the image to 1024 x 768 it works!
I read on a Blog that i set in the localsettings.php "$wgMaxShellMemory = 300000;" ->But it doesen´t work too

MediaWiki has several safeguards against someone killing sites by forcing them to thumbnail massive images. Perhaps you're running into a limitation of https://www.mediawiki.org/wiki/Manual:$wgMaxImageArea – the default value, 1.25e7, corresponds to an image of around 3500x3500 pixels. (Wikimedia wikis use a value of 5e7, which corresponds to around 7000x7000 pixels.)

--
Matma Rex

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to