Hi again
I have noticed that it doesn't only fail with the upload page, but also with pages like Special:Allmessages. I have checked my php.ini and verified that it's being loaded (phpinfo()). I have set the memory limit to 32M, which should be enough.
Now (right now, in fact) I found the solution. There is one line in LocalSettings.php:
# If PHP's memory limit is very low, some operations may fail. ini_set( 'memory_limit', '20M' );
Apparently, 20M is not enough. I have set it to 32M and now it works.
Any idea how I could save some memory?
Cheers
André
On Tue, Jul 8, 2008 at 3:15 PM, Lane, Ryan Ryan.Lane@ocean.navo.navy.mil wrote:
Yeah, did. I have also added these two lines to LocalSettings.php:
error_reporting( E_ALL ); ini_set( 'display_errors', 1 );
Unfortunately I wasn't able to reproduce the error in the meantime :-/
If Apache is causing the problem, those lines won't help. It may be that your Apache upload limit is too low.
V/r,
Ryan Lane
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l