Batch build - creates double references to thumbnails

  •  08-25-2005, 6:40 AM

    Batch build - creates double references to thumbnails

    Hi,
     
    Am a bit foxed by this one - have happily been using the gallery with no problems - suddenly I notice that when I click on the batch build button the screen refreshes with each thumbnail repeated twice.
     
    * If I have 10 pictures in a folder then 10 thumbnails are created
    * The gallery.xml file however seems to have two references to the images for example
     
    </xs:schema>
    -
     <image>
    <url>ad0001.jpeg</url>
    <id>0</id>
    <title>ad0001</title>
    <description/>
    <date>8/25/2005</date>
    <size>34.64 KB</size>
    <width>288</width>
    <height>422</height>
    <t_width>68</t_width>
    <t_height>100</t_height>
    </image>
    -
     etc etc etc ... for the 10 images then ...
     
    <image>
    <url>ad0001.jpeg</url>
    <id>12</id>
    <title>ad0001</title>
    <description/>
    <date>8/25/2005</date>
    <size>34.64 KB</size>
    <width>288</width>
    <height>422</height>
    <t_width>68</t_width>
    <t_height>100</t_height>
    </image>
     
    Anyone got a clue why this should occur?
     
    Many thanks
     
    Patrick
     
View Complete Thread