[TYPO3-dev] Error in FE-editing: Call to undefined method stdClass::getDynNestedStack()

Bjoern Pedersen pedersen at resi2.office.frm2
Thu Aug 20 17:16:24 CEST 2009


Bjoern Pedersen <pedersen at frm2.tum.de> writes:

> Dear List,
>
> If I try to use Fe-editing in a self-written extension, I get the
> following PHP-error:
>
>  PHP Fatal error:  Call to undefined method
> stdClass::getDynNestedStack() in
> /home/webmaster/frm2/typo3_src-4.2.8/t3lib/class.t3lib_tceforms_inline.php
> on line 245, 
>
> A look at the code showed, that it sould be a TCEForm object. 
>
> Where is my fault? Probably i miss some configuration in TCA.
>
> The extension uses IRRE and dam-Imageinclusion.
> FE-editing for other extension (e.g. tt_news) works as expected. 
>
>
> Björn

Following up to my own posting:
The error was caused by pixe_feedit not initalitzing the inline object
correctly. 
adding 

$this->inline->init($this); at the end of the preInit-function fixed
it.

Björn




More information about the TYPO3-dev mailing list