Hello
I have installed Gallery2 (2.1.1) within a folder in my Drupal installation 4.6.3 so that the gallery is accessible at www.mysite.com/gallery2
I have the gallery.module installed also. However, it is refusing to integrate with my Drupal installation!
Every time I click on the "Gallery" button under "create content" I get a message saying:
"You need to configure your embedded Gallery" which in turn links me to http://mysite.com/admin/settings/gallery
On this page, there are only two configurable options:
Location of Gallery2:
www.mysite.com/gallery2
Location of Drupal:
www.mysite.com/
I fill in this data, and try the "Gallery" button under "create content" again, and the same message as above is thrown up. This continues in an endless loop! Help!
Comments
It seems that you have not
It seems that you have not configured your variables correctly. If your directory structure is as you have suggested, then the correct settings would be:
Location of Gallery2:
./gallery2/ (or just gallery2/)
Location of Drupal:
./ (or just / I think)
Also, the menu item should not have appeared under "Create Content" unless you moved it. It is a main level menu item.
Tried it but :(
Hi
I tried what you suggested, and also some permuations/combinations of that. But except when I enter what I wrote above (where I am told to go configure gallery), I get the following error on a blank screen:
<ol>Fatal error: Call to a member function on a non-object in /home/mysite/public_html/modules/gallery/gallery.module on line 327</ol>Am I missing a step in the module installation here?
__________________
Learning Drupal, one node at a time
It seems likely to me that
It seems likely to me that you have not renamed gallery.module.G2.1 to gallery.module as described in the INSTALL.txt.
Its solved!
Thanks! that solved it.
Stupid of me to not read the One help file that should simplify everything :)
I'm Having the same problem!!!
I had that path to my gallery2 install set incorrectly so I fixed that now it says gallery
You need to configure your embedded Gallery I follow the link which takes me to http://www.mysite.co.uk/admin/settings/gallery which does not exist in my drupal install or my gallery2 install can anyone help??
Thank you
Timm
There is a small bug (soon
There is a small bug (soon to be fixed) which gets the admin/settings link wrong unless clean URLs are used. This does not affect the workings of gallery.module -- basically your path still seems to be wrong. You need to go to admin->settings->gallery to fix it (in your case: http://www.mysite.co.uk/?q=admin/settings/gallery )
Thank you
You were right I needed to add a / at the begining of my path to.
Thank you