G2 and Drupal 4.7.3 - click on thumbnail in DRUPAL nodes links to blank grey image

lcampb22

Joined: 2006-09-28
Posts: 5
Posted: Wed, 2006-10-04 16:05

Hi all,

I have upgraded from Gallery 2.0 to 2.1.2, and Drupal 4.6 to 4.7.3

All seems ok except when clicking on a thumbnail from a drupal node (image block or TinyMCE embeded image) Drupal tries to load the image and looking at the status bar it seems to download it OK. The screen goes grey in prep for the image to display but no controls appear and no image. No error message are visible.

Viewing the image in the embedded gallery module from the album thumbnails works fine. Its just the link from the thumbnails in Drupal Nodes that seems broken.

Same problems regardless of mod_rewrite settings in drupal.

All help most welcome as this is the last bit that still doesn't seem to work.

Regards,
Laurence.

 
kiz_0987

Joined: 2005-02-27
Posts: 189
Posted: Wed, 2006-10-04 17:46

Try checking the html source to see if there is any difference between the links generated by the node and those generated by the image block.

 
lcampb22

Joined: 2006-09-28
Posts: 5
Posted: Thu, 2006-10-05 13:35

Hi Kiz,

Thanks for the response. There is a difference! The link from the drupal node page is:

href="/dojo/index.php?q=gallery&g2_itemId=244" and from Gallery:
href="index.php?q=gallery&g2_itemId=244&g2_detail=1"

Clearly the path is different, but please can you advise where I need to correct this?

Cheers
Laurence

 
kiz_0987

Joined: 2005-02-27
Posts: 189
Posted: Thu, 2006-10-05 17:44

Did you change the location of drupal at the same time as the upgrade? Try editing the node page and resaving it to see if it generates a correct link. Finally, try deleting your drupal cache (use devel module) to see if that helps.