On my ru locale site, I see the error 404 page after logging out.
instead of something like " successful logout .."
After logging out I'm redirected to:
http://mysite.com/account/signin/?next=/polzovatel/vyhod/
Edit: With this in settings.py
ASKBOT_TRANSLATE_URL = False
I get this url: http://mysite.com/account/signin/?next=/account/vyhod/
with 404 error
Solution was:
ASKBOT_TRANSLATE_URL = False
and this in the django.po of ru locale
#: deps/django_authopenid/urls.py:10
msgid "signout/"
msgstr ""
now I have
http://mysite.com/account/vyhod/
And no error.
Edit: It is not necessary to set
ASKBOT_TRANSLATE_URL = False
I think it is an error in the Russian translation of the url. Try setting
ASKBOT_TRANSLATE_URL = False
Does the problem go away?
This occurs because some urls are translated in two places - django.po and djangojs.po. Should be just in one place, otherwise there is a potential for the bugs like this one.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-07-25 07:33:55 -0500
Seen: 89 times
Last updated: Jul 27 '12
Internal Server Error when trying to edit personal pro
Where are the badges in a fresh install? [fixed]
HTML Tags in titles getting eaten <fixed/>
Unknown column 'auth_user.is_approved' in 'field list' [fixed]
email for comments: link missing a href [fixed]
Bug: Horizontal Rule in Comment breaks stylesheet [fixed]
"Related questions" section shows deleted questions?
error on upvote: "Sorry, something is not right here..." [fixed]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.