Closed (fixed)
Project:
Gallery
Version:
5.x-2.0-beta6
Component:
Installation / Configuration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2007 at 18:12 UTC
Updated:
29 Nov 2008 at 19:20 UTC
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
Comment #1
profix898 commentedAre 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.
Comment #2
alexandreracine commentedYou are talking to yourself profix? ;) Is this still needed?
Comment #3
profix898 commentedHi 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