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.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

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

Bug Reports


Go to End


297 Posts   102002 Views

Avatar
AdamJ

Community Member, 145 Posts

5 July 2010 at 2:00pm

Edited: 05/07/2010 2:01pm

Not really sure to be honest :) Corrected it to HomePage and it still doesnt complete the upload...

Should also mention, Files and Images uploads fine.

Avatar
Mat Weir

Community Member, 33 Posts

5 July 2010 at 2:09pm

@AdamJ, can I test it for you?

The reason I ask, a client of ours is having the same problem, yet it works for me. She mentioned that her Flash version has just been upgraded so I'm wondering if it's related the latest Flash version.

Avatar
AdamJ

Community Member, 145 Posts

6 July 2010 at 1:10pm

@MatWeir - I'll see what I can do, but considering I can successfully upload from the Files and Images tab, I not sure that this relates to flash

Avatar
UncleCheese

Forum Moderator, 4102 Posts

6 July 2010 at 2:23pm

Something's wrong with your model. Did you run a /dev/build after you made that change? Try using $myDOM->setParentClass("HomePage")

Avatar
AdamJ

Community Member, 145 Posts

6 July 2010 at 5:33pm

Totally worked UC! Thanks!

Avatar
Mad_Clog

Community Member, 78 Posts

13 July 2010 at 10:17pm

Edited: 13/07/2010 10:20pm

Bug with FileDataObjectManager and importing files (in IE), getting CSRF attack error because SecurityID was not posted.

File: code/FileDataObjectManager.php
Line: 500

Old code

$fields->push(new LiteralField("_ul","</ul"));

New code
$fields->push(new LiteralField("_ul","</ul>"));

Avatar
UncleCheese

Forum Moderator, 4102 Posts

14 July 2010 at 2:21am

Nice! I've been trying to track that one down!

Avatar
redactuk

Community Member, 117 Posts

14 July 2010 at 5:50am

When you edit an Album in ImageGallery and choose to Replace Cover Image, the From File Store option only ever lists folders and never any files. Surely this is a bug?

Go to Top