From 3b5c8a3faee9f7c88daad8ff7b9f4a1c7df12834 Mon Sep 17 00:00:00 2001 From: Yaco Date: Sat, 10 Aug 2019 11:08:21 -0300 Subject: agrega bloque para habilitar debugging --- etc/global_config.php.sample | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'etc') diff --git a/etc/global_config.php.sample b/etc/global_config.php.sample index 54d9841d..71c9eeb1 100755 --- a/etc/global_config.php.sample +++ b/etc/global_config.php.sample @@ -26,4 +26,17 @@ $wgAuthenticationTokenVersion = "1"; $wgUpgradeKey = ""; $wgPageFormsGoogleMapsKey = ""; + +####### DEBUG +if( strpos( $REEVO_URL, 'test' ) !== false) { + $wgShowExceptionDetails = true; + $wgDebugComments = true; + $wgDebugLogFile = "../../log/wiki/mediawiki.log"; + $wgShowSQLErrors = true; + $wgDebugDumpSql = true; + $wgShowExceptionDetails= true; + $wgShowDBErrorBacktrace = true; +} + + ?> -- cgit v1.2.1