https://bugzilla.wikimedia.org/show_bug.cgi?id=16227
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Brion Vibber <[email protected]> 2008-12-20 02:21:23 UTC --- The "The page cannot be displayed" error in IE indicates to me that this is probably from PHP crashing -- this is usually due to one of the following: * Infinite recursion in PHP code * Some nasty bug in PHP itself or a library PHP uses (such as the PECL regular expressions) * Some weird bug in a PHP extension, especially one that was not properly updated for a PHP upgrade? (Especially if something core like an opcode cache) Make sure the PHP installation is good, check if it's changed recently. Check the web server's error logs for any crash information. Try installing the XDebug extension for PHP, which can help point out recursion problems -- if that doesn't turn it up, you may have to start debugging the Apache/PHP process itself. :( -- 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
