The PHP-memory-limit was at 8M but is now at 16M. The PHP post_max_size is 20M. And apache is restarted.
But the problem is still there: http://enlloc.net/sopadepedres/index.php/Especial:Missatges http://enlloc.net/wikisemanticsorral/index.php/Especial:Missatges
I don't know what to do.
dvdgmz.
El dj 23 de 10 del 2008 a les 11:45 +0200, en/na Markus Krötzsch va escriure:
On Thursday, 23. October 2008, david wrote:
I get this error:
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 1310721 bytes) in (...) /wiki/includes/OutputPage.php on line 729
Trying to access "Special:AllMessages" ("Especial:Tots els missatges del sistema").
With MediaWiki 1.12
Is this something related to my server PHP configuration?
Is strange because I get this errors in my wikis with Semantic Mediawiki (1.2.6) but not in wikis without this extension.
This is probably just because SMW has a lot of messages, so it becomes a trigger for your problem without being its cause. Maybe try increasing your server-side PHP memory limit (see LocaLSettings.php).
-- Markus
Greetings.
dvdgmz.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Try (say) "memory_limit = 512M" and see what happens. Then reduce from there. DanB
The problem is solved now. Changing in 'Localsettings.php'...
ini_set( 'memory_limit', '20M' );
for
ini_set( 'memory_limit', '30M' );
Now with 16M in PHP-memory-limit and 30M in Localsettings.php I can load AllMessages page. I don't know why, but works :-)
Thanks a lot for your help.
- Dvdgmz
El dj 23 de 10 del 2008 a les 14:03 -0400, en/na Daniel Barrett va escriure:
Try (say) "memory_limit = 512M" and see what happens. Then reduce from there. DanB
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
2008/10/23 david dvd@enlloc.org:
The PHP-memory-limit was at 8M but is now at 16M. The PHP post_max_size is 20M. And apache is restarted.
Is there a limit in the Apache config that you can increase as well?
mediawiki-l@lists.wikimedia.org