Problem for access to my admin account

Problem for access to my admin account

by Sebastián Pizarro Cortés -
Number of replies: 0

Friends have a problem. I installed a Moodle 2.6.2 and then activated the "debugging" mode, unfortunately the desloguearme not clear, so each time I want to enter "... / Login / index.php" I attached the message text in the image .

 

I began to read in different post: I tried from adding the> CFG-debugdisplay = false $ line; to config.php, including incorporating these lines:

equire_once(dirname(__FILE__) . '/lib/setup.php');

@error_reporting(E_ALL | E_STRICT);
@ini_set('display_errors', '1');
$CFG->debug = (E_ALL | E_STRICT); 
$CFG->debugdisplay = false;

// You can specify a comma separated list of user ids that that always see
// debug messages, this overrides the debug flag in $CFG->debug and $CFG->debugdisplay
// for these users only.
$CFG->debugusers = '2';

But I wanted to change tables database, sending the following request to the SQL command and found nothing:

 

Mdl_config UPDATE SET value = 0 WHERE name = 'debug';

Mdl_config UPDATE SET value = 0 WHERE name = 'debugdisplay';

 

Finally checked in debugging documentation for Moodle version 2.6 that strategy does not work because "do not try to modify the config database table Directly, it will not work Because the values ​​are cached in MUC"

 

Question:

How can I disable the debugging mode being that I can not access the login panel?

Thank you very much.

Attachment problema del admin.png
Average of ratings: -