Drupal 5.12 with 5.x-2.2 Gallery Module, Gallery to 2.3.

Was previously running G2.2.6 without any problems in the same environment.

It appears that in embedded mode as per - this post the gallery javascript is not being delivered correctly.

As a result Plugin Actions (as well as slideshow) do not work in embedded mode.

From page head - Embedded Gallery:<script type="text/javascript" src="/gallery2/main.php?g2_view=core.CombinedJavascript&amp;amp;g2_key=91523b003a578a1086b3554f0efe399b"></script>

From page head - Non Embedded Gallery<script type="text/javascript" src="/gallery2/main.php?g2_view=core.CombinedJavascript&amp;g2_key=91523b003a578a1086b3554f0efe399b"></script>

If I create a static test page from the page source and modify: &amp;amp;g2_ to: &amp;g2_ I can turn the problem on and off.

Comments

photoscapes’s picture

Status: Active » Fixed

I have updated the Gallery module to Gallery 5.x-2.x-dev and this has resolved my issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.