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

oauth_common module can not be updated #10

Open
aduhour opened this issue Jul 31, 2022 · 1 comment
Open

oauth_common module can not be updated #10

aduhour opened this issue Jul 31, 2022 · 1 comment

Comments

@aduhour
Copy link

aduhour commented Jul 31, 2022

I have updated backdrop to the last version (1.22.2) and I received the following error message:

oauth_common module

oauth_common module can not be updated. Its schema version is 1100. Updates up to and including 6100 have been removed in this release. In order to update oauth_common module, you will first need to upgrade to the last version in which these updates were available.

The database update then proceeds without errors or failures.

There is a suggestion in the backdrop forum that the function oauth_common_update_last_removed() should return 7101, not 6100.

Thanks!

@nattywebdev
Copy link

I have this same issue.
The advice from @argiepiano on https://forum.backdropcms.org/forum/oauthcommon-module-can-not-be-updated does fix the issue for me.
That is, in oauth_common.install, changing:

function oauth_common_update_last_removed() {   return 6100; }

to

function oauth_common_update_last_removed() {   return 7101; }

Can this be simply corrected to avoid manual changes please?

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

2 participants