I installed Gallery2 and the Gallery module for Drupal today. The installation went more or less smoothly (i.e. a few things cropped up along the way but I was able to address them all and resolve them. The only errors/warnings that remain are related to XML Sitemapping and the Profile module, so I'm not especially concerned with those). However, when I click on the "Gallery" link in the Drupal navigation or navigate to /gallery, instead of taking me to the embedded gallery, it takes me to "gallery.gif", i.e. http://bev-art.com/gallery is being interpreted as http://bev-art.com/gallery.gif . If I include a trailing slash, /gallery/ the home page is displayed.
Any idea what's going on? I'm thoroughly confused. By the way, http://bev-art.com/gallery2, the stand-along install, works just fine.
Another thing to note is that my album *does* show up under "Menu" in the Gallery (Drupal Gallery module) configuration settings, so it is being detected. The album is also linked when I'm viewing my own user account, even though "User has not created an album yet" is displayed. This is the link, and it results in a "Page Not Found" error: http://www.bev-art.com/v/brasserie_jo_2008_03_12
Something else I should mention is that I did at one point have a page called "gallery", but I though this might lead to potential conflicts, so I renamed the page to "imagegallery" so there should be no conflicts there at this point.
Any help would be greatly appreciated. BTW, my Drupal version is 5.7.
-Jessi
Comments
Comment #1
kiz_0987 commentedI'm not sure what is going on here, but the first debugging step whenever your gallery links do not point where you think they should is to deactivate and uninstall the URL Rewrite module in Gallery2. Then once everything is working reinstall it. Without doing this it is very difficult to see if it's a URL Rewrite problem (which it normally is, but takes a while to track down) or something else.
Comment #2
jessia commentedI appreciate the tip... I deactivated an uninstalled the URL Rewrite plugin in Gallery2 and reset the configuration settings in the Drupal Gallery module so that it no longer uses short/clean URLs.
However, I'm still running into the same problem.
Comment #3
kiz_0987 commentedI think that there must be an erroneous file in there somewhere. When I try http://bev-art.com/?q=gallery (which should be the same as http://bev-art.com/gallery) I get an access denied message. This is consistent with not providing gallery access to anonymous users (go to access control to fix this).