File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,14 @@ function updateConfiguration {
6969 echo ' require_once "$IP/extensions/Scribunto/Scribunto.php";' >> LocalSettings.php
7070 echo ' $wgScribuntoDefaultEngine = "luastandalone";' >> LocalSettings.php
7171
72+ # Error reporting
7273 echo ' error_reporting(E_ALL| E_STRICT);' >> LocalSettings.php
7374 echo ' ini_set("display_errors", 1);' >> LocalSettings.php
7475 echo ' $wgShowExceptionDetails = true;' >> LocalSettings.php
7576 echo ' $wgDevelopmentWarnings = true;' >> LocalSettings.php
76- echo " putenv( 'MW_INSTALL_PATH=$( pwd) ' );" >> LocalSettings.php
77+ echo ' $wgShowSQLErrors = true;' >> LocalSettings.php
78+ echo ' $wgDebugDumpSql = false;' >> LocalSettings.php
79+ echo ' $wgShowDBErrorBacktrace = true;' >> LocalSettings.php
7780
7881 # SMW#1732
7982 echo ' wfLoadExtension( "SemanticMediaWiki" );' >> LocalSettings.php
You can’t perform that action at this time.
0 commit comments