Drupal Embeded Module " Page Not Found Error" Linking To Album

Travis Lambert

Joined: 2011-02-07
Posts: 4
Posted: Mon, 2011-02-07 20:07

Drupal 6 | Drupal Gallery2 Module \ Gallery2 | XAMPP |

Ok here is my situation. I setup Gallery, on my test server. When I move the gallery block to a region, I can see my album I created in gallery fine. But when I click on the Album, all I get is "Page Not Found" in Drupal. I have tried everything I no, with no luck.

This is were my files are at
Gallery- drupal2/modules/gallery
Gallery2 drupal2/modules/gallery/gallery2

C:\xampp\htdocs\drupal2\modules\gallery\gallery
C:\xampp\htdocs\drupal2\modules\gallery\gallery2

________________________________________________________________
.HTACCESS FILE:

<IfModule mod_rewrite.c>
RewriteEngine On

RewriteBase /drupal2/

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
RewriteCond %{REQUEST_URI} !/drupal2/$
RewriteRule . - [L]

RewriteCond %{THE_REQUEST} /drupal2/d/([0-9]+)\-([0-9]+)/([^/?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/drupal2/$
RewriteRule . /drupal2/modules/gallery/gallery2/main.php?g2_view=core.DownloadItem&g2_itemId=%1&g2_serialNumber=%2&g2_fileName=%3 [QSA,L]
RewriteCond %{THE_REQUEST} /drupal2/v/([^?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/drupal2/$
RewriteRule . /drupal2/?g2_path=%1 [QSA,L]
</IfModule>

_______________________________________________________________________________

Drupal Gallery Settings

PHP Memory Limit OK Gallery2 operation.
Gallery2 locations OK The Gallery2 location settings appear to be correct.
Drupal Modules / Gallery2 Plugins OK
Clean URL / URL Rewrite OK There is a writable .htaccess file in your defined Drupal directory (C:\xampp\htdocs\drupal2/). Your 'Show Item' rule should start with 'modules/gallery/gallery2//'. Make sure to change the URL Rewrite rule(s) accordingly.
Initial User Synchronization OK Your initial user synchronization has been completed already.

Gallery2 Location Settings:

Gallery2 URL or URI: http://localhost/drupal2/modules/gallery/gallery2/
Gallery2 filesystem path: C:\xampp\htdocs\drupal2\modules\gallery\gallery2/
Embed URI: /drupal2/index.php?q=modules/gallery/gallery2/
Gallery base: modules/gallery/gallery2/

Clean URL/ URL Rewrite Settings.

Public path to your .htaccess file: /drupal2/
Filesystem path to your .htaccess file: C:\xampp\htdocs\drupal2/

Note: All I am wanting to due is have the gallery block on a page that displays the Gallery Albums, when you click on the album, it opens the images with in the album in a lightbox or shadobox, if that is even posible.

Thanks Guys.

Note: at the time of the post I was using G3 with drupal Gallery2 Module, I removed G3 and installed G2 version 2.3.1 Full. Thinking that might be the problem, but doing that did not fix my issue.

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Mon, 2011-02-07 20:28

[moved to drupal related forums]
____________________________________________
Like Gallery? Like the support? Donate now!

 
milplus

Joined: 2011-02-06
Posts: 32
Posted: Wed, 2011-09-07 13:21

same issue

I have G2 instaled within drupal 6.x on localhost XAMPP

I have same problem I've rechecked so many times permissions, user sync and others but no wayi

where did the topic move?

I'm getting very frustrated

viktor