user profile debug mode on ???

user profile debug mode on ???

by Joseph Rézeau -
Number of replies: 7
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
On this moodle.org site, on this course, when I click on my own profile I can see "

DEBUG MODE: User session variables

followed by a looooooooooong list of variables. Is this normal or a temporary debug mode?

Joseph

Average of ratings: -
In reply to Joseph Rézeau

Re: user profile debug mode on ???

by Petr Skoda -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers
It was a temporary debug output wink
In reply to Petr Skoda

Re: user profile debug mode on ???

by Ruben Jans -
The debug mode is back on my system, how can I solve this problem?

Thank you
In reply to Ruben Jans

Re: user profile debug mode on ???

by Iñaki Arenaza -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Go to Administration >> Server >> Debugging and set 'Debug messages' to 'NONE: Do not show any errors or warnings'

Saludos,
Iñaki.
In reply to Iñaki Arenaza

Re: user profile debug mode on ???

by rachael harkin -

hi ive tried doing this but it's not updating and keeps the setting thats on

In reply to rachael harkin

Re: user profile debug mode on ???

by Troy Shimkus -

I've had the same problem. IT keeps reverting to Developer level debug.

In reply to Troy Shimkus

Re: user profile debug mode on ???

by Troy Shimkus -

Okay, just realzied that I had some lines in config.php that were causing the debug level. I do have a vague recolection of editing the file, but can't remember why I did it... but here are the lines in case the same is true for you or anyone else:


//@error_reporting(1023);
//@ini_set('display_errors','1');
//$CFG->debug=38911;
//$CFG->debugdisplay=true;