Background - I am running a multisite installation, but need only one shared gallery installation. The gallery installation works fine by itself and it even works with the older gallery module. In fact - it works with the newer module as well, but there are access problems.
I am experiencing a problem trying to set the embed uri to the correct path. I choose manual configuration and set the path to /drupal_installation/shared/?q=gallery. 'shared' here is for the site that I use to install all modules. I am sure that this bug is popping out because of my 'interesting' arrangement. Nonetheless, I can change the path to the above and all is well. But when I do the next step - sync all users - the program changes the embed uri to /../shared/?q=gallery. This happens automatically, and is the same as the path it chooses when I use automatic configuration.
Please advise as to how I can change the path to my chosen path permanently - even if I know where the path is stored - then I can hard-code it.
Comments
Comment #1
profix898 commentedWe originally designed the new module to always generate the embedURI value automatically. Its totally possible that we missed to skip this step for manual configuration. I'm quite busy these days, but I will take a look at this problem asap (presumable on Monday).
Comment #2
darthDassie commentedthank you - appreciate it. Could you tell me in the mean time where the value is stored? I have looked everywhere I could think of looking, but obviously not in the right places..
Comment #3
darthDassie commented?
Comment #4
profix898 commentedBugfix committed to cvs. Please let me know if the issue persists.
FYI: The value is stored as 'gallery_embed_uri' in the 'variable' table of Drupal.
Comment #5
darthDassie commentedthank you for the response and help - much appreciated.
Comment #6
(not verified) commented