Drupal Menus desappear with embed gallery

sbouilland

Joined: 2009-03-23
Posts: 9
Posted: Wed, 2009-05-06 12:55

Hi !

I use Drupal 6.11 and Gallery2.3 for my website. Gallery2 is embed. My problem is that when I access the gallery, all my drupal menus are removed. This problem desappears if I desactivate the "url rewritting" component of Gallery, and I would prefer not. You cans see the problem at http://www.stephane-bouilland.com/gallery, when clicking on the album. I tried with different themes, it is the same thing.
Could someone help me ?

Many thanks by advance,

 
canyonbreeze

Joined: 2009-05-06
Posts: 5
Posted: Thu, 2009-05-07 16:56

Read this... http://drupal.org/node/432092

Remove/comment out this line in gallery.module:

drupal_alter('gallery_page', $result, array());

(Was line number 455 for me).

 
sbouilland

Joined: 2009-03-23
Posts: 9
Posted: Mon, 2009-05-11 04:26

It does work very well, many thanks !