https://bugzilla.wikimedia.org/show_bug.cgi?id=41896
--- Comment #2 from Chad H. <[email protected]> 2012-11-08 16:22:42 UTC --- That's the exact scenario. Basically, if your memory_limit is too low, you could fail to get past the initial installer page (where you select your language) to where we complain about memory_limit being too low during environment checks. We should probably silently raise it for the installer (if we can, more below). We should still warn at the environment stage that we're raising the limit, so people are aware their php.ini memory_limit is too low and it's being overridden. If you're on a super-locked-down host (ini_set() is disabled, etc), there's nothing we can do if your memory limit is too low. Best case would be to detect this scenario and bail immediately with an error. -- 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
