Undefined attribute 'content', cannot set
You need to be logged in to post messages in the forums. New users may register here.
|
Kristof Coomans
Member since: 12 February 2004
Posts: 68
|
Friday 17 October 2008 9:30:54 am
Hi
There are errors logged, when ezgistype::initializeObjectAttribute() is called:
Undefined attribute 'content', cannot set
The problem are the calls like
$contentObjectAttribute->setAttribute( "content", ... );
You need to use this instead:
$contentObjectAttribute->setContent( ... );
|
|
You need to be logged in to post messages in the forums. New users may register here.