3.9.1 Upgrade - File Picker/upload and Site Admin Save Issues

Re: 3.9.1 Upgrade - File Picker/upload and Site Admin Save Issues

by Ken Task -
Number of replies: 0
Picture of Particularly helpful Moodlers

Add the following lines to your config.php file to turn on debugging:

// Force a debugging mode regardless the settings in the site admin
@error_reporting(E_ALL | E_STRICT);
@ini_set('display_errors', '1');
$CFG->debug = (E_ALL | E_STRICT);
$CFG->debugdisplay = 1;

'SoS', Ken