After activating global redirect drupal 6.3 freezes completly and i can hardly access any settings anymore. I am using internationalization and i am aware of the bugs and i was prepared for patching, but haven't had even the chance of changing anything. I assumed there wouldn't be a problem in the main language. I have deactivated the module directly in the database in order to access my system again.
Anyone experienced this kind of problem? I am ready to do everything possible to help identifying and solving this problem as i really need this module.
Bart
Comments
Comment #1
nicholasthompsonThis is a duplicate of the known issues with Drupal 6,Global Redirect and Internationalization.
I thought I'd got it fixed (hence the 1.0 release) but it turns out I hadn't. I believe the issue is if your default language isn't english?
Comment #2
.............................................. commentedtrue, my first language is dutch (then english and german). what is exactly the problem. when you point me into the direction i could help fixing this.
Comment #3
nicholasthompsonTo be honest I don't know yet...
It's SOMETHING to do with the way Drupal/Locale module is rewriting the $_GET['q'], $_REQUEST['q'] and paths in general...
For example, if you were on
fr/node/1and did adrupal_goto('node/2');then drupal would ACTUALLY do a redirect tofr/node/2notnode/2as you would expect...