Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pitbulk opened this issue Jan 20, 2017 · 0 comments
Open

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

pitbulk opened this issue Jan 20, 2017 · 0 comments

Comments

@pitbulk
Copy link
Member

pitbulk commented Jan 20, 2017

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';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant