there are two problems:
1/ if (empty($CFG->debugdisplay)) { disables debug display during initial phase of install
2/ typo in default value - ini_get('display_error'); - missing "s" in errors
- has been marked as being related by
-
MDL-71693 'debugdisplay' setting default string reflects value of tick box
- Closed