On Mon, Dec 19, 2016 at 8:21 PM, Daniel Barrett danb@cimpress.com wrote:
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.
If you haven't already done so, set up logging as described at https://www.mediawiki.org/wiki/Manual:How_to_debug#Logging.
Then you can look up that code (the "[43d736c07dd76d73cf26db20]") in the error log file.