Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter quiraang

    (@quiraang)

    Sorry forgot to add my code:

    <script>
    		var swf;
    		swf = jQuery("monoslideshow");
    		alert(swf);
    		swf.addListener("itemLoaderComplete", "onItemLoaderComplete");
    
    		function onItemLoaderComplete(event) {
    		alert("item loaded");
    		}
    		function previousImage() {
    		swf.previousImage();
    		}
    
    		function nextImage() {
    		swf.nextImage();
    		}
    		function initializeMonoslideshow() {
    		swf = document.getElementById("monoslideshow");
    		}
    	</script>

    The alert(swf); returns an object – but obviously not the correct one ?

    Thread Starter quiraang

    (@quiraang)

    Error log not available and nothing in the access log that is helpful

    Thread Starter quiraang

    (@quiraang)

    I’ve done some more testing on this and it appears to be a conflict between SI CAPTCHA and Tweet Blender. I turned off all the plugins and re-activated in various orders.

    If CAPTCHA is active and Tweet is off – no problem.
    Then activate Tweet and it gets an Error 500 on activation.
    I then activated Tweet again and it works, so I activated Maps and Importer. So all four are active and guess what! – the original error has disappeared , and the Pages sub-menu works fine.

    I’m now completely bemused. Anyone got an idea about what I’ve done wrong or done right here?

Viewing 3 replies - 1 through 3 (of 3 total)