Need Help My Moodle Blocked

Re: Need Help My Moodle Blocked

by Ken Task -
Number of replies: 0
Picture of Particularly helpful Moodlers
Using whatever you have to browse and edit files, add the following
to the config.php file found at your moodle code root:

$CFG->blockedip='';

and if you also tried to set allowed IP, add the following:

$CFG->allowedip='';

Add them above the comments at the bottom of the config.php file ... NOT below:

// There is no php closing tag in this file,
// it is intentional because it prevents trailing whitespace problems!

Sets both to blank .. no need to rollback or restart services,
just attempt to access the site.

'SoS', Ken