Certificate issue with upgrade to 1.9.7

Certificate issue with upgrade to 1.9.7

by Robin Watts -
Number of replies: 5
Fatal error: Cannot redeclare xmldb_certificate_upgrade() (previously declared

how can I fix this?
Average of ratings: -
In reply to Robin Watts

Re: Certificate issue with upgrade to 1.9.7

by Robin Watts -
The version used is: 2009080900

First received fatal error
Now says I can't use older version but I downloaded the latest version
In reply to Robin Watts

Re: Certificate issue with upgrade to 1.9.7

by E. L. Cooper -
does it give you the old and new version numbers and if so what are they.
In reply to E. L. Cooper

Re: Certificate issue with upgrade to 1.9.7

by Robin Watts -
<?PHP // $Id: version.php,v 3.1.9 2007/12/12

///////////////////////////////////////////////////////////////////////////////
/// Code fragment to define the version of certificate
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
///////////////////////////////////////////////////////////////////////////////

$module->version = 2009080900; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2007101506; // Requires this Moodle version
Yes I am not well educated on moodle - Does this mean I need to use an earlier version?
In reply to Robin Watts

Re: Certificate issue with upgrade to 1.9.7

by E. L. Cooper -

No I think something    may be amiss in your moodle version build number. GO to admin> notifications> and as you are runniing 1.97 it should be something like 1.9.7+ (Build: 20091202)

f the build number does not start with 2009 0r 2010 that is the problem.

In reply to E. L. Cooper

Re: Certificate issue with upgrade to 1.9.7

by E. L. Cooper -
By any chance did you re name your old certificate and leave it in the mod directory? If that is the case you need to delete the old one and then visit admin notifications.  If you have a good reason to save it move it out side of your moodle directory.