-

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

error/debug/missingconfigversion: Difference between revisions

From MoodleDocs
No edit summary
m (added link to spanish page)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{stub}}
 
The most likely cause of this error is that the 'version' key is missing from your configuration dictionary.
The most likely cause of this error is that the 'version' key is missing from your configuration dictionary.


Line 13: Line 13:


If this doesn't solve your issue, visit http://moodle.org/mod/forum/view.php?id=28
If this doesn't solve your issue, visit http://moodle.org/mod/forum/view.php?id=28
[[Category:Error]]
[[es:error/debug/missingconfigversion]]

Latest revision as of 13:39, 16 July 2018

The most likely cause of this error is that the 'version' key is missing from your configuration dictionary.

Steps to fix:

  • Open <moodleinstalldir>/version.php
  • Find the value in $version
  • Open 'mdl_config' in database manager
  • Insert key after last entry with name = 'version' and value = <value found in version.php>

If this doesn't solve your issue, visit http://moodle.org/mod/forum/view.php?id=28