Here you go:
BadMethodCallException from line 845 of <...>/w/includes/session/SessionManager.php: Sessions are disabled for this entry point load.php?debug=false&lang=en&modules=startup&only=scripts&skin=vector:4 [43d736c07dd76d73cf26db20] /w/load.php?debug=false&lang=en&modules=startup&only=scripts&skin=vector BadMethodCallException from line 845 of <...>/w/includes/session/SessionManager.php: Sessions are disabled for this entry point Other people are reporting this same problem on Extension_Talk:VisualEditor. https://www.mediawiki.org/wiki/Extension_talk:VisualEditor That thread points to this description on https://www.mediawiki.org/wiki/Manual:SessionManager_and_AuthManager/Updating_tips#Exception_.22Sessions_are_supposed_to_be_disabled_for_this_entry_point.22 : "The majority of these errors are caused by attempted use of $wgLang<https://www.mediawiki.org/wiki/Manual:$wgLang> (or, equivalently, RequestContext::getMain()->getLanguage()), since Message objects default to using that. If you're in something ResourceLoader-specific, you'll want to use the language on the ResourceLoaderContext instead of letting Message default to the session user's language." DanB ________________________________ From: Wikitech-l <[email protected]> on behalf of Alex Monk <[email protected]> Sent: Monday, December 19, 2016 5:12:13 AM To: Wikimedia developers Subject: Re: [Wikitech-l] VisualEditor in 1.28 - fails after upgrade from 1.27 Thanks Andre. Yeah, I'll need more than that to help. On 19 Dec 2016 10:10 am, "Andre Klapper" <[email protected]> wrote: > On Mon, 2016-12-19 at 02:05 +0000, Daniel Barrett wrote: > > /* > > [37fc66f00dced89747fd4433] 2016-12-18 23:40:16: Fatal exception of > > type "BadMethodCallException" > > */ > > See > https://www.mediawiki.org/wiki/Manual:How_to_debug#PHP_errors<https://www.mediawiki.org/wiki/Manual:How_to_debug#PHP_errors> > for > how to enable $wgShowExceptionDetails . > > Cheers, > andre > -- > Andre Klapper | Wikimedia Bugwrangler > http://blogs.gnome.org/aklapper/<http://blogs.gnome.org/aklapper/> > > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l<https://lists.wikimedia.org/mailman/listinfo/wikitech-l> _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l<https://lists.wikimedia.org/mailman/listinfo/wikitech-l> _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
