1.3 Beta Debug Errors

Re: 1.3 Beta Debug Errors

Martin Dougiamas -
Vastausten määrä: 0
Kuva: Core developers Kuva: Documentation writers Kuva: Moodle HQ Kuva: Particularly helpful Moodlers Kuva: Plugin developers Kuva: 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.