Hello, if you are using the ParserFunctions Extension (I guess so), try to comment it out in LocalSettings.php. Do you still get this trace? If not try to uncomment it. I know this sounds strange but that helped on my Installation.
-----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Frédéric SOSSON Gesendet: Montag, 3. Dezember 2012 16:02 An: Mark A. Hershberger; [email protected] Betreff: Re: [MediaWiki-l] update from MW 1.19.1 to MW 1.20.0 Hello, This is the ouput: #0 /www/mediawiki-1.20.1/includes/MagicWord.php(236): MagicWord->load('speciale') #1 /www/mediawiki-1.20.1/includes/parser/Parser.php(4765): MagicWord::get('speciale') #2 /www/mediawiki-1.20.1/includes/parser/CoreParserFunctions.php(74): Parser->setFunctionHook('speciale', Array) #3 /www/mediawiki-1.20.1/includes/parser/Parser.php(253): CoreParserFunctions::register(Object(Parser)) #4 [internal function]: Parser->firstCallInit() #5 /www/mediawiki-1.20.1/includes/StubObject.php(79): call_user_func_array(Array, Array) #6 /www/mediawiki-1.20.1/includes/StubObject.php(99): StubObject->_call('firstCallInit', Array) #7 /www/mediawiki-1.20.1/includes/cache/MessageCache.php(829): StubObject->__call('firstCallInit', Array) #8 /www/mediawiki-1.20.1/includes/cache/MessageCache.php(829): StubObject->firstCallInit() #9 /www/mediawiki-1.20.1/includes/cache/MessageCache.php(807): MessageCache->getParser() #10 /www/mediawiki-1.20.1/includes/Message.php(618): MessageCache->transform('$1 - {{SITENAME...', true, Object(Language), Object(Title)) #11 /www/mediawiki-1.20.1/includes/Message.php(436): Message->transformText('$1 - {{SITENAME...') #12 /www/mediawiki-1.20.1/includes/Message.php(476): Message->toString() #13 /www/mediawiki-1.20.1/includes/OutputPage.php(790): Message->text() #14 /www/mediawiki-1.20.1/includes/OutputPage.php(833): OutputPage->setHTMLTitle(Object(Message)) #15 /www/mediawiki-1.20.1/includes/Article.php(485): OutputPage->setPageTitle('Main Page') #16 /www/mediawiki-1.20.1/includes/actions/ViewAction.php(37): Article->view() #17 /www/mediawiki-1.20.1/includes/Wiki.php(427): ViewAction->show() #18 /www/mediawiki-1.20.1/includes/Wiki.php(304): MediaWiki->performAction(Object(Article)) #19 /www/mediawiki-1.20.1/includes/Wiki.php(536): MediaWiki->performRequest() #20 /www/mediawiki-1.20.1/includes/Wiki.php(446): MediaWiki->main() #21 /www/mediawiki-1.20.1/index.php(59): MediaWiki->run() You can see I just have upgraded to 1.20.1 I do not understand what went wrong... maybe something bad in a mysql table? Fred On 27 November 2012 01:40, Mark A. Hershberger <[email protected]> wrote: > 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 _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
