Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

The new Gallery Module


Go to End


28 Posts   23446 Views

Avatar
ulysses

Community Member, 57 Posts

18 March 2008 at 9:42am

Hi - You have viewd my page after I got this problem resolved. The XML parsing error was due to to missing <tr> tag in the generated HTML when you only have 2 pictures. With just one picture it displays it correctly, but add a second or third one, it fails to create the <tr> tag when starting the second image section. Anyway, when I entered about 5 or so, it worked fine.

Hope this helps someone with a similar problem.

Thanks.

Avatar
saimo

Community Member, 67 Posts

10 April 2008 at 8:39am

Actually, I have the same problem, but with six items which are not images due to end-user misuse. It's still a bug though, which should get resolved somehow. My theory about the problem is that it is FirstItemLine that fails to return true when the current item is the first of a row. So, I tried to look at the code, but I can't find the definition. Where is it?

http://sbmk.nu/motiontelefonlistor/

Avatar
ulysses

Community Member, 57 Posts

10 April 2008 at 9:16am

This has already been logged as a bug.

Avatar
saimo

Community Member, 67 Posts

11 April 2008 at 4:35am

Ok, I should have checked that.

Go to Top