Closed (duplicate)
Project:
Open Enterprise
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2012 at 22:55 UTC
Updated:
8 Jun 2012 at 09:32 UTC
steps to repeat:
install openenterprise 7.x-1.0-rc
install and enable i18n, variable, l10n_update
login site
goto admin/config/regional/language
select {add langugage}
choose "Spanish"
wait for language installation
set the default language to Spanish (I tried German as well)
going back to home page results in a recursion error in url construction
I repeated the above over several cycles with the same results (on mamp)
I repeated the above without errors against installs of drupal-7.14, nodestream and commerce_kickstart; setting default to Spanish works fine.

| Comment | File | Size | Author |
|---|---|---|---|
| i18n-integration-issue.png | 110.4 KB | August1914 |
Comments
Comment #1
August1914 commentedThis a problem with the globalredirect module.
install drupal-7.14
install and enable i18n, variable, l10n_update
login site
goto admin/config/regional/language
select {add langugage}
choose "Spanish"
wait for language installation
set the default language to Spanish
load home page, all is well.
install and enable globalredirect
going back to home page results in a recursion error in url construction
This issue should be moved to either globalredirect or possibly i18n.
Comment #2
August1914 commentedsee http://drupal.org/node/153950
Comment #3
August1914 commentedIt seems like this problem can be avoided by setting the language detection method to "URL" (admin/config/regional/language/configure), before enabling global redirect.
Comment #4
garvenshen commentedThe same problem.
see:
http://drupal.org/node/1378690#comment-5390004