Posted by meekamoo on June 25, 2008 at 2:29pm
Jump to:
| Project: | Localizer |
| Version: | 5.x-3.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi there,
I was using localizer 5.x-1.9 without many problems until I upgraded to localizer 5.x-3.4 and now when I enable "Localizer menu" or "Localizer node" in the modules my admin menu will not display.
I can browse to anywhere on the site, I can even go to /admin/build/modules etc (I can go to any specific admin page if I specify the exact url) but if I try to go to just /admin I get a blank page.
As soon as I remove both of those it works fine.
Comments
#1
oops - note the module works fine in drupal 5.1 yet it in 5.7 it has that problem...
#2
Hello,
I'm trying to enable localizer 3.5 (I've got the same issue with 3.4 and dev version) on a drupal 5.7 site with ubercart.
Problem, after enabling the module, I get url's with 3 times the language prefix like:
/en/en/en/user/sadmin
/en/en/en/admin
What I've done:
- enable locale
- added two languages: dutch, spanish
- uploaded localizer
- added line to settings.php
- activated localizer (all modules)
The catalog (products) shows up normally:
en/catalog....
Do some has an idea what's causing admin pages not to work?
TIA,
Fossie
#3
I am not able to replicate this behavior.
Perhaps have you disabled the English language from locale module ?
#4
No, English language was enabled.
I'll give it a try,
first upgrade to drupal 5.9
re-install localizer and see if the problem is solved.
Hopefully I'll have it finished tomorrow.
Fossie
#5
Ok, I think I've found the problem, issue.
I do have securepages installed, when a user inserts data it's tranmitted over https.
When I disable the securepages module, the site seems to work ok, without any problems. Once I enable the module and their is a match (for going to the https connection), the url-prefix is added three times. When you are on the https connection and the next link you click is also on the https connection, everything works fine. When you are on http and the next link should also be a http link, it's ok.
But when you click an url that is not listed to be a https connection (and you are on https), the url prefix is added twice and that doesn't work.
So I'll disable secure pages for the moment and see how it's going on.
TIA,
Fossie
#6
Same problem here: localizer + secure pages = no go.
I upgraded both modules (Localizer 5.x-3.13 and Secure pages 5.x-1.7) without any luck.
Did anyone found any kind of solution for this problem?