Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Matthew Jarvis 129 posts 129 karma points
    Oct 31, 2011 @ 13:08
    Matthew Jarvis
    0

    Gallery XML not found

    Hi, I have installed the latest version of this SimpleViewer package on an Umbraco 4.7 install.

    Everything appears to be set up coorectyl (settings page, document types etc) but upon previewing the Image Gallery page I have set up, I receive the message "Gallery XML not found" within a Simpleviewer box.

    Any ideas what I need to do to solve this

  • Marco Fernandes 15 posts 51 karma points
    Oct 31, 2011 @ 16:10
    Marco Fernandes
    0

    Hi Matthew!

    Please follow the instructions that are posted here: 

    http://svp4u.mediafoundry.eu/how-to-use.aspx

    Please check if the SimpleViewer Gallery Page document has the GallerySettings defined and if the SimpleViewer Gallery Settings document is published.

    Kind Regards

    Marco


     


  • Matthew Jarvis 129 posts 129 karma points
    Oct 31, 2011 @ 17:51
    Matthew Jarvis
    0

    Hi Marco, thanks for your help, have checked that both pages are published together with following the instructions and hasn't solved my problem.  The code below is the HTML

    <script type="text/javascript">
        var svCoreURL = "/svcore/";
    </script>
    <script type="text/javascript" src="/svcore/js/simpleviewer.js"></script>
    
    <!--START SIMPLEVIEWER EMBED.-->
    <script type="text/javascript">
    
        var flashvars = {};
        flashvars.galleryURL = "MY WEB ADDRESS?fld=2267";
        flashvars.baseURL = "MY WEB ADDRESS/"
        var params = {};
        params.wmode = "opaque";
        params.allowfullscreen = "TRUE";
        $(document).ready(function () {
            SV.simpleviewer.load("sv-container", "500", "500", "", true, flashvars, params);
        });
    </script>
    <div id="sv-container"></div>
    <!-- END SIMPLEVIEWER EMBED -->
  • Marco Fernandes 15 posts 51 karma points
    Oct 31, 2011 @ 17:56
    Marco Fernandes
    0

    Matthew,

    What do you see when navigating to the "MY WEB ADDRESS?fld=2267" ?

    It should return a XML...

  • Matthew Jarvis 129 posts 129 karma points
    Oct 31, 2011 @ 18:05
    Matthew Jarvis
    0

    It appear's as if the reason is related to the links to my Master template as am now receiving a "Cannot Parse Gallery XML" message.

    Will give it a go tomorrow to solve it but looks like it'll be easy

Please Sign in or register to post replies

Write your reply to:

Draft