-
Notifications
You must be signed in to change notification settings - Fork 152
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
Issue in url #144
Comments
Hi |
After removing pybbm from project and middleware everything is fine, |
One place where pybbm can affect other pages on site - middleware. Can you try to exclude only middleware from your MIDDLEWARE_CLASSES, and leave pybbm installed? |
Can you post there your project's language specific settings? It will help to fix problem with middleware |
You can check https://github.com/hovel/pybbm_org repository with simplest pybbm setup |
my language specific settings is, |
I can't reproduce your error on my local installation. |
i compare all settings are same , |
repeat language prefix many times so give invalid URL error
i am to use pybbm in django-cms my django-cms version in 2.4.3 Django version is 1.5.1,
django-hvad==0.3 for multilingual
also use django multilingual english and french language prefix are en,fr
But after configure pybbm ,
language prefix is en-us an repeated many times.
like
http://127.0.0.1:8000/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/en-us/admin/
it give error "The page isn't redirecting properly"
Also registration and login link also not work i installed django-registration ==1.0 it display "page not found error" in that also same URL problem.
Most important when i open admin in french language so it shows "Page not found error"
so what reason behind that,
Pls help,
Thanks in advance!!!
The text was updated successfully, but these errors were encountered: