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

Help with this error message please


Go to End


4 Posts   2471 Views

Avatar
Tinchen

Community Member, 2 Posts

29 January 2013 at 3:03am

Dear Forum users,

I am completely new in using Silverstripe. I have just installed the event calendar, userforms and dataobject manager.
Now I receive following errors:

Strict Standards: Declaration of DataObjectManager::FieldHolder() should be compatible with that of ComplexTableField::FieldHolder() in /users/tinchen1/www/dataobject_manager/code/DataObjectManager.php on line 4

Strict Standards: Declaration of DataObjectManager_Item::Link() should be compatible with that of ComplexTableField_Item::Link() in /users/tinchen1/www/dataobject_manager/code/DataObjectManager.php on line 644

Strict Standards: Declaration of DataObjectManager_Item::Fields() should be compatible with that of TableListField_Item::Fields() in /users/tinchen1/www/dataobject_manager/code/DataObjectManager.php on line 644

Strict Standards: Declaration of DataObjectManager_ItemRequest::Link() should be compatible with that of ComplexTableField_ItemRequest::Link() in /users/tinchen1/www/dataobject_manager/code/DataObjectManager.php on line 916

Strict Standards: Declaration of AssetManagerFolder::updateCMSFields() should be compatible with that of DataExtension::updateCMSFields() in /users/tinchen1/www/dataobject_manager/code/AssetManagerFolder.php on line 4

Strict Standards: Declaration of SortableDataObject::extraStatics() should be compatible with that of DataExtension::extraStatics() in /users/tinchen1/www/dataobject_manager/code/SortableDataObject.php on line 136

Strict Standards: Declaration of SimpleWysiwygField::Field() should be compatible with that of FormField::Field() in /users/tinchen1/www/dataobject_manager/code/simple_wysiwyg_field/SimpleWysiwygField.php on line 4

Fatal error: CalendarSiteTree cannot be applied to SiteTree without being a DataExtension in /users/tinchen1/www/framework/core/Object.php on line 484

What do I have to do now? Can someone help me out, please? Thanks so much!

Avatar
(deleted)

Community Member, 473 Posts

29 January 2013 at 7:57am

The DataObjectManager (and related) modules don't work in SS3. Have a look at grid field instead.

Avatar
Tinchen

Community Member, 2 Posts

30 January 2013 at 8:17pm

Ok, thanks...but how does the grid field work? Do I have to install it like the DataObjectmanager?
I couldn't really find that out from the documentation.

Avatar
(deleted)

Community Member, 473 Posts

31 January 2013 at 8:29am

GridField, much like the (Complex)TableField that DataObjectManager was built on, is included with SilverStripe core.