https://bugzilla.wikimedia.org/show_bug.cgi?id=37113
--- Comment #3 from Niklas Laxström <[email protected]> 2012-05-25 11:22:45 UTC --- You can try adding these to your LocalSettings.php: ini_set( 'display_errors', 1); ini_set( 'ignore_repeated_errors', 1); error_reporting( E_ALL | E_STRICT ); $wgShowExceptionDetails = true; If that gives an output you can tell it here and then remove those lines again. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
