[TYPO3-dev] Error in FE-editing: Call to undefined method stdClass::getDynNestedStack()
Bjoern Pedersen
pedersen at resi2.office.frm2
Fri Aug 21 11:33:53 CEST 2009
Bjoern Pedersen <pedersen at resi2.office.frm2> writes:
> 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
Back again... this fix is only partial. For the display and for
save+close this is working. But for just saving, the preInit-functions
seems to get bypassed (or the xclass is not processed, as I get a
different icon-set after saving "normal" content as well). Any hints
where I could look? Which functions/classes get called after a save
from FE-editing?
Björn
More information about the TYPO3-dev
mailing list