https://bugzilla.wikimedia.org/show_bug.cgi?id=41896
--- Comment #1 from Sumana Harihareswara <[email protected]> 2012-11-08 16:16:52 UTC --- Today a sysadmin tried to install MediaWiki and got the error: "Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1966080 bytes) in /home/a8130601/public_html/wiki/includes/installer/Installer.i18n.php on line 7114" Solution Chad suggested: "At the very top of mw-config/index.php, add the following: ini_set( 'memory_limit', '100M' ); (Right after the <?php, that is) And you're also going to want to add a similar line to your LocalSettings.php, after you've finished installing." I presume this is one of the situations Chad wants us to eventually address. :) -- 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
