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

image upload and image edit bug


Go to End


2 Posts   2925 Views

Avatar
ckim

Community Member, 18 Posts

24 March 2007 at 7:51am


First off, I had a problem uploading an image bigger than 21k.

I changed $file_size to

static $file_size_restrictions = array("jpg" => array("MaxSize"=>100000, "WarnSize=>50000"));

That took care of the upload problem.

Now, I can't edit it. It opens a window and says "ERROR:There has been an error"

Avatar
ckim

Community Member, 18 Posts

25 March 2007 at 3:30pm


This was described as "Fixed: Bug in Files & Images section when attempting to view a single file's details"

See http://www.silverstripe.com/bugs/flat/370

Hopefully, this is in the trunk? I say resolved.