moodle-saml / auth

Moodle SAML Auth plugin
https://moodle.org/plugins/auth_saml
3 stars 21 forks source link

Version issue, not able to install the 19-01-2017 release #10

Open pitbulk opened 7 years ago

pitbulk commented 7 years ago

When upgrading to the last release (19-01-2017) you can experience an issue. The previous version had a wrong version number so moodle will think that the new version is old.

In order to fix that, before install the new version you may make a change on your moodle's database. If your database prefix is mdl_ execute:

UPDATE mdl_config_plugins SET value = '2016111801' WHERE name = 'version' AND plugin = 'auth_saml';