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;g2_key=91523b003a578a1086b3554f0efe399b"></script>
From page head - Non Embedded Gallery<script type="text/javascript" src="/gallery2/main.php?g2_view=core.CombinedJavascript&g2_key=91523b003a578a1086b3554f0efe399b"></script>
If I create a static test page from the page source and modify: &amp;g2_ to: &g2_ I can turn the problem on and off.
Comments
Comment #1
photoscapes commentedI have updated the Gallery module to Gallery 5.x-2.x-dev and this has resolved my issue.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.