[TYPO3-dev] Error in FE-editing: Call to undefined method stdClass::getDynNestedStack()
Bjoern Pedersen
pedersen at resi2.office.frm2
Fri Aug 21 13:13:43 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
one more followup:
adding
$tceforms->initDefaultBEmode();
in class.t3lib_ttcontent.php (line 7072), function editpanel fixes the
undefined function.
If somebody can confirm this, I will add a bugtracker entry with patch.
Björn
More information about the TYPO3-dev
mailing list