https://bugzilla.wikimedia.org/show_bug.cgi?id=26626

           Summary: Have a way for the installer to set all relevant debug
                    flags by default
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Installation
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: s...@reedyboy.net
                CC: innocentkil...@gmail.com


Have a way for the installer to set all relevant debug flags by default

Certainly useful on like the CLI installer

So in LocalSettings.php, we get near the top:

error_reporting(E_ALL);
ini_set("display_errors", 1);

or even

error_reporting(E_ALL | E_STRICT);

And at the bottom...
$wgShowExceptionDetails = true;
$wgShowSQLErrors = true;
$wgDebugDumpSql  = true;

//$wgDebugLogFile  = ''; //Enter a path to use this

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to