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

nicholasthompson’s picture

Status: Active » Closed (duplicate)

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

..............................................’s picture

true, 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.

nicholasthompson’s picture

To 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/1 and did a drupal_goto('node/2'); then drupal would ACTUALLY do a redirect to fr/node/2 not node/2 as you would expect...