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

SOLVED: Problem with DOM 414


Go to End


3 Posts   982 Views

Avatar
qlex

Community Member, 68 Posts

14 September 2010 at 7:08pm

Edited: 14/09/2010 9:39pm

Hi,
I was upgrading from SS 2.3.3 to 2.4.1 and replaced DOM, SWF and image gallery modules to most recent versions on my localhost installation (running SS on xampp for windows). If its important, i replaced them all in one go - SS files and the modules.

Upon dev/build?flush=1, i got this message:

Fatal error: Class 'DataObjectDecorator' not found in D:\xampp\htdocs\ztm\dataobject_manager\code\AssetManagerFolder.php on line 4

Can't seem to find any answers on the forum.

thanx for any suggestions,
Qlex

Avatar
dhensby

Community Member, 253 Posts

14 September 2010 at 8:01pm

I would make sure that SS has upgraded properly. DataObjectDecorator is a core class that is included in Sapphire.

Have you upgraded sapphire and cms and then removed jsparty?

Avatar
qlex

Community Member, 68 Posts

14 September 2010 at 9:33pm

Edited: 14/09/2010 9:39pm

Hi Pigeon,
yes, i doublechecked and removed sapphire, cms and googlesitemaps and removed jsparty.

the modules installed (all updated to newest available from silverstripe.org/modules/ are:
- blog
- dataobjectmanager
- ssdropdownmenu
- swfupload
- userforms
+ two own modules, which dont use that extraDBFields() method

qlex

SOLVED: I had extraDBFields method in BlogEntryDecorator I have created in order to extend Blogentry.