On 11/26/2012 03:49 PM, Frédéric SOSSON wrote: > I have just ran "php update.php" to update MW from 1.19.1 to 1.20.0 and now > I go "Fatal exception of type MWException". How can I debug?
Is there any other output? You can try to get a backtrace by putting $wgShowExceptionDetails = true; at the end of your LocalSettings.php as well. More debugging tips can be found at <https://www.mediawiki.org/wiki/Manual:How_to_debug>. -- http://hexmode.com/ Language will always shift from day to day. It is the wind blowing through our mouths. -- http://hexm.de/np _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
