I had G2 integrated and working with the module listed as:
1.4.2.2 2005/09/16 00:08:05
I then updated the module with the latest development code that was posted on one of these boards.
I can no longer view any images from gallery. The HTML comes through, but all of the image links are bad.
Also, I was able to access gallery2 directly, without drupal. Now I can get to the main page, but when I click on the admin link (I thought I might be able to fix this by messing with the rewrite rules in G2), drupal takes over and I cannot access the G2 admin page.
I reverted the module code, but it no longer works correctly.
I tried to rename the .htaccess file within G2, but this seems to have no effect.
Some details:
-The G2 folder is within the drupal heirarchy, at gallery2/.
-I can access G2 directly at site.com/gallery2, but clicking on "admin" causes drupal to take over, and it cannot find the node.
-Album links do not work. Here is a link:
http://www.site.com/v/Album/
It should be 'site.com/gallery2/Album'. Where is this 'v' coming from? Neither link works.
Any ideas? Did my G2 installation get hosed somehow? Or is it drupal causing the problem?
Thanks in advance for any advice.
Comments
Comment #1
kiz_0987 commentedI do not (yet) see how a module change caused the errors you have described. Which module are you now using?
The 'v' part is related to URL Rewrite in G2 and has nothing to do with Drupal. It is also incorrect. Did you recently add URL Rewrite to your G2 installation? Check out http://codex.gallery2.org/index.php/Gallery2:How_to_Embed_Gallery2_in_Dr... to set it up correctly. The link generated in a Drupal/G2 embedded case should not be site.com/gallery2/Album but site.com/gallery/Album, independent of what your actual G2 directory is. This is only true though when G2 has URL rewrite on (and configured properly) and Drupal has clean URLs.
Comment #2
kiz_0987 commentedInactive.