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.

i18n-integration-issue.png

CommentFileSizeAuthor
i18n-integration-issue.png110.4 KBAugust1914
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

August1914’s picture

This 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.

August1914’s picture

Status: Active » Closed (duplicate)
August1914’s picture

It seems like this problem can be avoided by setting the language detection method to "URL" (admin/config/regional/language/configure), before enabling global redirect.

garvenshen’s picture