History: Debug_Mode_Enabled
Preview of version: 8
This is an idea for a profile for troubleshooting, development and debugging
2- features known to be buggy in 3.0
After, there should be de-activate debugging/logging tools
Provides step-by-step instructions to solve common issues
- Running latest stable version? tiki-admin.php?page=general
- Is database up to date? A note will appear on tiki-admin.php if DB structure is out of sync with Tiki version
- Clear all caches tiki-admin_system.php?do=all
De-activate unstable features
1- all experimental features2- features known to be buggy in 3.0
Activate debugging/logging tools
YAML
Copy to clipboard
preferences: error_reporting_level: 2047 #Full error_reporting_adminonly: n #Not just for admins because we could be testing as Anonymous smarty_notice_reporting: y log_sql: y #logging sql queries log_mail: y #logging sent email log_tpl: y #add comments in templates to know which te feature_debug_console: y # [http://dev.tikiwiki.org/Debugger+Console|Debugger Console] smarty_security: n # required for debug console?
After, there should be de-activate debugging/logging tools