Version issues?

Version issues?

by Kim Sihota -
Number of replies: 1

I just upgraded Moodle to 1.9.9+ During the upgrade the Game module came up with some errors. I unistalled the Game module and then downloaded the latest version and then tried to reinstall it.

I get the following error:

Module "game" (2010090301) could not be installed. It requires a newer version of Moodle (currently you are using 2007101590, you need 2010000000).

I checked my Moodle version just in case and this is what I get. It looks like the version information that is being read is not being updated in the Moodle version file the way the Game module requires.

Should I just change the Moodle version file to see if it will install?

// MOODLE VERSION INFORMATION

// This file defines the current version of the core Moodle code being used.
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)

$version = 2007101590.00; // YYYYMMDD      = date of the 1.9 branch (don't change)
//         X     = release number 1.9.[0,1,2,3,4,5...]
//          Y.YY = micro-increments between releases

$release = '1.9.9+ (Build: 20101013)';     // Human-friendly version name

Average of ratings: -
In reply to Kim Sihota

Re: Version issues?

by Kim Sihota -

Fixed the problem.  I must have downloaded the wrong version of Game.  I had found a link for latest version and had used it, but when I went back to the site I found the list that showed the different versions and downloaded the proper one.  It appears to be working fine now.

KS