Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: error/debug/codingerror.

error/debug/codingerror

From MoodleDocs
Revision as of 13:39, 11 October 2016 by German Valero (talk | contribs) (Added One user [https://moodle.org/mod/forum/discuss.php?d=305957 posted ] that sometimes, if you purge all caches the error message might disappear!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

One user posted that sometimes, if you purge all caches the error message might disappear!

Block type ... has been disabled by the administrator

See the discussion Coding error detected, it must be fixed by a programmer: Block type admin has been disabled by the administrator. for a possible cause of the error plus solution.