https://bugzilla.wikimedia.org/show_bug.cgi?id=60170
--- Comment #2 from Arthur Richards <[email protected]> --- Hi Bill, looking briefly over your situation, I see two problems based on the PHP errors: [16-Jan-2014 12:14:53 America/Denver] PHP Fatal error: Out of memory (allocated 5505024) (tried to allocate 262144 bytes) in /site/XXXXX.com/includes/AutoLoader.php on line 1191 You will need to allocate more memory to PHP - 256KB is definitely not enough. I'm not sure what the right amount will be for your situation but you should play around with this configuration setting for PHP. The other problem: [16-Jan-2014 12:11:41 America/Denver] PHP Fatal error: Call to undefined function mb_convert_encoding() in /site/XXXXX.com/includes/HtmlFormatter.php on line 66 You must have PHP compiled without multibyte string support. If you can, you should either recompile PHP for multibyte string support or find a binary configured with it. -- 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
