1.3 Beta Debug Errors

Re: 1.3 Beta Debug Errors

by Martin Dougiamas -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
The problem here is the step where you are editing version.php  ... that's not what you should be doing.

Here's how to update the version in the database:

  1. In Cpanel, click on MySQL databases.
  2. On that page click on "phpmyadmin" (down the bottom usually)
  3. Select the correct active Moodle database from the left
  4. Click on "config" to see that table
  5. Click on "Browse" to see all the records in that table
  6. Click on the little edit symbol next to the entry with "version" in the name column
  7. Change the number to 2004011600 and then hit "Go" to save it.
  8. NOW go to the admin page in Moodle.