Le 23/07/2014 18:57, Rowe, Dolores A a écrit :
> Dear Wiki'ers,
> 
> I added the following debug variables to a MediaWiki 1.22.8 LocalSettings.php 
> on Windows that is giving me some troubles.
> $wgShowExceptionDetails=true;
> $wgShowSQLErrors = true;
> $wgDebugDumpSql = true;
> $wgShowDBErrorBacktrace = true;
> 
> I thought that output would be displayed in the browser, at least for 
> DumpSql, but I'm not getting anything.
> Do I have to do anything else for these to work in MediaWiki 1.22.8.

Hello,

You need to setup logging with $wgDebugLogFile . Note that the file will
have to be writable by the user running your webserver.

More details on:
https://www.mediawiki.org/wiki/Manual:How_to_debug


-- 
Antoine "hashar" Musso


_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to