Can't browse Albums in Gallery 2.2.4 Embedded in Drupal 5.7

RAMilewski

Joined: 2003-11-01
Posts: 9
Posted: Thu, 2008-05-15 08:21

When I try to browse albums in Drupal the URL changes but I can never see anything below the top level Gallery view.

Browsing albums in the Stand-Alone Gallery 2 lets me see the thumbnails of pictures in the album, but if I click on a thumbnail it takes me back to the top (Gallery view).

Drupal is installed in /var/www/StudioSJ/htdocs/

Gallery is installed in /var/www/StudioSJ/htdocs/gallery2/

Drupal's Administer->Gallery Settings->Install->Step 4 Clean URLs / URL Rewrite settings look suspicious (See Picture 1, attached). The note says that's supposed to be the Drupal .htaccess file, but the path is for the embedded Gallery .htaccess file. However, that field is not editable on that page.

The embedded Gallery->SiteAdmin->Url Rewrite->Embedded Setup is shown in the attached Picture 2.

Site URL is http://StudioSanJose.com

Does anyone have a suggestion?

AttachmentSize
Picture 1.png40.75 KB
Picture 2.png18.62 KB
 
Butrflied

Joined: 2005-06-10
Posts: 3
Posted: Sat, 2008-05-17 02:46

I'm having the same issue.

 
thefamilygeek

Joined: 2008-05-20
Posts: 1
Posted: Tue, 2008-05-20 02:02

Had the same problem. Try pointing gallery to use the drupal .htaccess file. This was the only way I could get this to work. So point the public path and the filesystem path to the root of your Drupal directory, not the root of gallery. Gallery complained a little when I did this, but it still worked. Also make sure you delete the .htaccess file that is in the gallery root.

 
RAMilewski

Joined: 2003-11-01
Posts: 9
Posted: Thu, 2008-05-22 01:28

...but where do I do that? In Drupal's Gallery Settings, the URL Rewrite paths autoconfigure and they are not editable. Which config file holds that information?

 
RAMilewski

Joined: 2003-11-01
Posts: 9
Posted: Fri, 2008-05-23 22:15

Found it! Deleting the .htaccess file in the htdocs/drupal/gallery2/ directory and then reinstalling Gallery2, let me set the correct path (htdocs/drupal/.htaccess).