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

ImproperlyConfigured: Module "social.apps.django_app.utils" does not define a "BackendWrapper" authentication backend #175

Closed
Salma7amed opened this issue Jan 28, 2014 · 3 comments

Comments

@Salma7amed
Copy link

Since upgrading to version 0.1.19.
I do get a mail saying someone is receiving a 500 error, due to (ImproperlyConfigured: Module "social.apps.django_app.utils" does not define a "BackendWrapper" authentication backend).

It is not permanent. Meaning I don't get frequently, which means only in some specific cases this happen. Plz note I never got this error when using the older version 0.1.14

@omab
Copy link
Owner

omab commented Feb 3, 2014

BackendWrapper was removed since it was a hackish solution to workaround Django backend loading, but Django puts the backend name in the sessions, so any older user that's trying to access your site with an old session (previous to your upgrade) is probably triggering this issue, the quick fix is to clean the session entry for those users.

@dblado
Copy link
Contributor

dblado commented Feb 4, 2014

dupe of #128?

@omab
Copy link
Owner

omab commented Feb 5, 2014

@dblado, right, this is a duplication of #128

@omab omab closed this as completed Feb 5, 2014
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

3 participants