Hello,
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?
Regards,
Frederic
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.
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 mah@everybody.org 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.
Language will always shift from day to day. It is the wind blowing through our mouths. -- http://hexm.de/np
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: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] Im Auftrag von Frédéric SOSSON Gesendet: Montag, 3. Dezember 2012 16:02 An: Mark A. Hershberger; mediawiki-l@lists.wikimedia.org 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 mah@everybody.org 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.
Language will always shift from day to day. It is the wind blowing through our mouths. -- http://hexm.de/np
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 12/3/2012 10:41 AM, Stefan Widmann wrote:
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.
I don't use ParserFunctions (it's installed, presumably by default as I didn't install it, but it's not listed in my LocalSettings.php), but I've had this same problem since 1.20.0 came out.
I haven't been able to move up to the 1.20.x branch because of this. I did upgrade to 1.19.3 just fine. I reported this same problem earlier, but I was never able to get any sensible output like Fred did. That makes at least three reports I've seen on this list of the same problem.
- --
Jeff Darlington General Protection Fault http://www.gpf-comics.com/
I do not feel alone any more guys :)
On 3 December 2012 16:50, Jeffrey T. Darlington jeff@gpf-comics.com wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 12/3/2012 10:41 AM, Stefan Widmann wrote:
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.
I don't use ParserFunctions (it's installed, presumably by default as I didn't install it, but it's not listed in my LocalSettings.php), but I've had this same problem since 1.20.0 came out.
I haven't been able to move up to the 1.20.x branch because of this. I did upgrade to 1.19.3 just fine. I reported this same problem earlier, but I was never able to get any sensible output like Fred did. That makes at least three reports I've seen on this list of the same problem.
Jeff Darlington General Protection Fault http://www.gpf-comics.com/
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/
iEYEARECAAYFAlC8yk8ACgkQVNMIBILmfwGuGwCfbvXVULNGor/le4GU+cNRhVVj cVwAoJsyTr0v1R6e3CMnPaD8rdfk2xKw =8WtW -----END PGP SIGNATURE-----
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
more seriously, this is the httpd error log: [Mon Dec 03 17:44:34 2012] [error] [client 192.168.168.1] PHP Notice: Undefined property: DatabaseMysql::$mTrxDoneWrites in /www/mediawiki-1.20.1/includes/db/Database.php on line 512 [Mon Dec 03 17:44:34 2012] [error] [client 192.168.168.1] PHP Notice: Undefined property: DatabaseMysql::$mTrxDoneWrites in /www/mediawiki-1.20.1/includes/db/Database.php on line 512 [Mon Dec 03 17:44:34 2012] [error] [client 192.168.168.1] PHP Notice: Undefined property: DatabaseMysql::$mTrxDoneWrites in /www/mediawiki-1.20.1/includes/db/Database.php on line 512 [Mon Dec 03 17:44:34 2012] [error] [client 192.168.168.1] "" is not a valid magic word for "speciale"
On 3 December 2012 19:23, Frédéric SOSSON fsosson@gmail.com wrote:
I do not feel alone any more guys :)
On 3 December 2012 16:50, Jeffrey T. Darlington jeff@gpf-comics.comwrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 12/3/2012 10:41 AM, Stefan Widmann wrote:
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.
I don't use ParserFunctions (it's installed, presumably by default as I didn't install it, but it's not listed in my LocalSettings.php), but I've had this same problem since 1.20.0 came out.
I haven't been able to move up to the 1.20.x branch because of this. I did upgrade to 1.19.3 just fine. I reported this same problem earlier, but I was never able to get any sensible output like Fred did. That makes at least three reports I've seen on this list of the same problem.
Jeff Darlington General Protection Fault http://www.gpf-comics.com/
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/
iEYEARECAAYFAlC8yk8ACgkQVNMIBILmfwGuGwCfbvXVULNGor/le4GU+cNRhVVj cVwAoJsyTr0v1R6e3CMnPaD8rdfk2xKw =8WtW -----END PGP SIGNATURE-----
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org