ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Getting errors with Monoslideshow. Help?

June 14, 2010 7:52pm

Subscribe [2]
  • #1 / Jun 14, 2010 7:52pm

    Marc Debiak

    36 posts

    Hello! So I’m having an issue implementing Monoslideshow and was hoping someone in here had some experience working with this in EE. I thought I had everything up and working and then out of nowhere i got an Error #1085 http://grab.by/4W7p

    Here is what I have in my template:

    {exp:weblog:entries weblog="gallery" entry_id="{embed:entry}"}
                        <!-- article heading -->
                        <div class="article-heading">
                            <h2>{title}</h2>
    <p>                    </div><br />
                        <!-- article --><br />
                        <div class="article"><br />
                            <div class="art-visual"><br />
                                <div id="flashContent"><br />
                                <br />
                Please <a href="http://get.adobe.com/flashplayer/">install Flash®</a> and turn on Javascript.<br />
                                                    </div><br />
                         [removed]<br />
                            var flashvars = {dataFile: "gallery/monoslideshow/{entry_id}", showLogo: "false", showRegistration: "false"};<br />
                var params = {allowscriptaccess: "sameDomain", allowfullscreen: "true", allownetworking: "all"};<br />
                var attributes = {id: "monoslideshow", name: "monoslideshow", bgcolor: "000000"};<br />
                swfobject.embedSWF("/monoslideshow.swf", "flashContent", "620", "500", "10", false, flashvars, params, attributes);<br />
            [removed]                               <br />
                            </div><br />
                            <br />
    {/exp:weblog:entries}

    And here is what I have in my XML:

    <?xml version="1.0" encoding="utf-8"?>
    <album thumbnail="/album/albumThumbnail.jpg" itemPath="" thumbnailPath="">
        <configuration delay="5">
            <navigation backgroundRoundness="0">
                <items height="90" width="90">
            </navigation>
            <caption position="bottomLeft">
            <controller showFullScreenButton="true" iconColorOver="#EE2D24" backgroundRoundness="0"></controller>
        </configuration>
        <contents>
    {exp:weblog:entries weblog="gallery" dynamic="off" entry="{segment_3}"}
    {gallery_item}
            <image>
            <image source="{gallery_image}" description="{gallery_description}" thumbnail="{gallery_image}" >
                <configuration scaleMode="scaleToFit">
        </configuration>
            </image>
    {/gallery_item}
    {/exp:weblog:entries}
        </contents>
    </album>

    Any ideas why I would get the error #1085?

    Thanks!

  • #2 / Jun 15, 2010 6:32am

    Bernie_the_one

    31 posts

    Have you tried to look at the ee-generated xml-file in the browser? This is the first place to look at, there you see if all generated xml points to the right files in the right places and if your xml is formed well.

    this is, for example, how my xml-template for monoslideshow looks like. Works like a charm:

    <?xml version="1.0" encoding="UTF-8"?>
    <slideshow>
        <pre>
    <album thumbnail="path-to-thumbnail.jpg" >
    
    {exp:weblog:entries weblog="sponsoren" disable="trackbacks" category="8|11|17|19" orderby="random"}
    {sponsoren_index_thumbnail}
    {/exp:weblog:entries}
    </album>
    </slideshow>
  • #3 / Jun 15, 2010 9:11am

    Marc Debiak

    36 posts

    I checked the XML file, and it wasn’t rendering properly.  We had SQL Queries and Template Debugging enabled and didn’t realize it was adding junk to the end of the XML file.  I didn’t think to check it because it had been working fine before.

    Thanks!!

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases