You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: