fuzzydru wrote (in http://drupal.org/node/193152):

it seems that the auto install routine of gallery.module 5.x-2.0-beta6 picks up some old (and wrong settings of the previous gallery.module install.
in the gallery settings it shows under "Step 2: Gallery2 location settings - Auto Configuration (OK)" the "Embed URI:" as "/de/index.php?q=gallery" which might result in conflicts with the hole URL Rewrite routine.
I just can't seem to find a way to change this setting. ;)
...
I'm assuming the standard Embed URI should just read /index.php?q=gallery so that the module can parse the request through i18n (if given).

Comments

profix898’s picture

Are you using the i18n module or multilingual plugin in G2? The code that detects the Embed URI can be found in gallery_install.inc line 790+. Could you please add some print_r or sth. to find out where exactly the language prefix is added? I cant see why this should happen from just looking at the code.

alexandreracine’s picture

Status: Active » Postponed (maintainer needs more info)

You are talking to yourself profix? ;) Is this still needed?

profix898’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Hi Alexandre!

Thanks for looking through all the old issues :) Its good to have someone cleaning up and helping on the queue.
As for the language prefix I think nobody reported the same problem in the last few months. So we can probably close this issue as well.

Cheers, Thilo