Path

ez projects / gis / forum / general / undefined attribute 'conten...


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( ... );


independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Up

You need to be logged in to post messages in the forums. New users may register here.