Note: You are currently viewing documentation for Moodle 2.8. Up-to-date documentation for the latest stable version of Moodle may be available here: error/moodle/dmlreadexception.

error/moodle/dmlreadexception: Difference between revisions

From MoodleDocs
m (category)
m (added link to spanish translation of page)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This message was displayed because Moodle experienced a problem trying to read data from your Moodle database.  
This message was displayed because Moodle experienced a problem trying to read data from your Moodle database.  


To get more information about the error you should enable [[Debugging]] mode. In Moodle 1.x you do this by setting the Debug messages option under Site Administration > Server > Debugging to the DEVELOPER level. In Moodle 2 this option is under Site Administration > Development > Debugging.
To get more information about the error you should enable [[Debugging]] in ''Settings > Site administration > Development > Debugging''.


Setting this debugging mode will cause Moodle to display detailed information about the problem and a stack trace. You can then use this information to log an issue on the Moodle Tracker. The Moodle developers will then use this information to reproduce and debug the problem.
Setting this debugging mode will cause Moodle to display detailed information about the problem and a stack trace. You can then use this information and try searching moodle.org and the Moodle tracker to find any other reports of the problem with suggested solutions, or if necessary create a new issue for it in the Tracker. The Moodle developers will then use this information to reproduce and debug the problem.


After you have reported the problem reset the debugging level to the original state so that your users do not see the debugging messages.
After you have reported the problem reset the debugging level to the original state so that your users do not see the debugging messages.
Line 12: Line 12:


[[Category:Error|Dmlreadexception]]
[[Category:Error|Dmlreadexception]]
[[es:error/moodle/dmlreadexception]]

Latest revision as of 18:00, 8 August 2014

This message was displayed because Moodle experienced a problem trying to read data from your Moodle database.

To get more information about the error you should enable Debugging in Settings > Site administration > Development > Debugging.

Setting this debugging mode will cause Moodle to display detailed information about the problem and a stack trace. You can then use this information and try searching moodle.org and the Moodle tracker to find any other reports of the problem with suggested solutions, or if necessary create a new issue for it in the Tracker. The Moodle developers will then use this information to reproduce and debug the problem.

After you have reported the problem reset the debugging level to the original state so that your users do not see the debugging messages.

See also