> Ok, that's a start. Can you get the rest of the stack trace for the > exception so we can figure out how that's getting called?
Sure. How do I get a full stack dump when the error appears only in the Chrome developer console? BadMethodCallException from line 845 of <...>/w/includes/session/SessionManager.php: Sessions are disabled for this entry point I've already enabled $wgShowExceptionDetails (which caused slightly more detail to appear, but no stack dump) and set every other debugging flag in sight on https://www.mediawiki.org/wiki/Manual:How_to_debug#PHP_errors in LocalSettings.php and in index.php. The only output I get is the above line in the Chrome developer console. The error does not appear in the associated Apache error log file. DanB ________________________________ From: Wikitech-l <[email protected]> on behalf of Alex Monk <[email protected]> Sent: Monday, December 19, 2016 9:38 AM To: Wikimedia developers Subject: Re: [Wikitech-l] VisualEditor in 1.28 - fails after upgrade from 1.27 I feel like that sessions error was something we fixed months ago but can't find details right now. Certainly not the first time I've seen it... On 19 Dec 2016 3:31 pm, "Brad Jorsch (Anomie)" <[email protected]> wrote: > On Mon, Dec 19, 2016 at 8:20 AM, Daniel Barrett <[email protected]> wrote: > > > 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 > > > _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
