turn on debug mode moodle

 in config.php after declaration of the CFG variable:

@error_reporting (E_ALL | E_STRICT);

@ini_set ('display_errors', '1');

$CFG->debug = (E_ALL | E_STRICT);

$CFG->debugdisplay = 1;

Popular posts from this blog

could not find course/ could not find top level course/ could not find course category

migrating moodle from one server to another

installing moosh to make your life easier