I am also having the same issue. Slideshow will not display after updating plugin and WP.
WP 2.7
NGG: 1.0.1
My site:
https://tinyurl.com/ydyzta
I think the issue may be in the call to the slideshow here:
<script type="text/javascript" defer="defer">
var so15 = new SWFObject("https://www.mydomain.com/wp-content/plugins/nextgen-gallery/imagerotator.swf", "ngg_slideshow", "485", "280", "0", "#000000");
so15.addParam("wmode", "opaque");
so15.addVariable("file", "https://www.mydomain.com/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=");
so15.addVariable("linkfromdisplay", "true");
so15.addVariable("shownavigation", "false");
so15.addVariable("showicons", "true");
so15.addVariable("overstretch", "false");
so15.addVariable("backcolor", "0x000000");
so15.addVariable("frontcolor", "0x888888");
so15.addVariable("lightcolor", "0xCC0000");
so15.addVariable("screencolor", "0x000000");
so15.addVariable("rotatetime", "5");
so15.addVariable("transition", "random");
so15.addVariable("width", "485");
so15.addVariable("height", "280");
so15.write("ngg_slideshow");
</script>
I see this line:
so15.addVariable("file", "https://www.mydomain.com/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=");
Yet there is no nggextractXML.php in the updated directory.
Is that the issue?
Should I switch to nextgen-flashviewer?