Note: This documentation is for Moodle 2.7. For up-to-date documentation see error/debug/codingerror.

error/debug/codingerror: Difference between revisions

From MoodleDocs
category, searching
German Valero (talk | contribs)
m added link to spanish translation of page
 
Line 6: Line 6:


[[Category:Error|Debug]]
[[Category:Error|Debug]]
[[es:error/debug/codingerror]]

Latest revision as of 17:56, 8 August 2014

Coding errors (or coding_exceptions) are problems that are probably caused by incorrect code. For example a plugin that does not communicate correctly with Moodle core.

These errors are normally not caused by incorrect user input or temporary problems like the connection to the database server being down.

As with all error messages, it's a good idea to search moodle.org and the tracker to see if anyone else has reported the problem.