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

Fatal error: Class 'ImageUploadField' not found


Go to End


13 Posts   4604 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

16 November 2010 at 3:28am

You can check the response in Firebug or your web inspector..

--------------------
SilverStripe tips, tutorials, screencasts and more: http://www.leftandmain.com

Avatar
logiczero

Community Member, 12 Posts

10 December 2010 at 12:12pm

I was getting the same error.

I checked the response in Firebug. It said that ".../assets/image-gallery/New-ImageGalleryPage-2" did not exist. I checked assets/image-gallery and it had a folder named "New-ImageGalleryPage-3". I renamed it to "New-ImageGalleryPage-2", but every time I tried to save the page, that folder would be renamed to "New-ImageGalleryPage-3" and then the error would appear again.

I just blew away all my Image Gallery Pages and all the folders in "assets/image-gallery". When I created a new Image Gallery Page, the problem seemed to correct itself.

Avatar
stx333

Community Member, 14 Posts

25 January 2011 at 3:12am

Hi,

I am getting the same error here. I installed image_gallery with uploadify instead of SWFupload.

I can create a new gallery page, but as I'm trying to save it I get "Error saving content".

Please help!

Avatar
UncleCheese

Forum Moderator, 4102 Posts

25 January 2011 at 3:28am

You need to download Uploadify. http://www.leftandmain.com/silverstripe-modules/2010/08/26/uploadify/

--------------------
SilverStripe tips, tutorials, screencasts and more: http://www.leftandmain.com

Avatar
stx333

Community Member, 14 Posts

25 January 2011 at 5:12am

Oh but I have. Ran /dev/build too. Removed all previously added imagegallerypages, deleted all previously added folders.

This time I think it was important to remove the folders through the "Files and Images" interface, not just manually from the fs.

Anyway - it helped, I all works now.

THANKS!

Go to Top