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

Bjoern Pedersen pedersen at resi2.office.frm2
Tue Aug 25 17:32:42 CEST 2009


Tapio Markula <tapio.markula at xetpoint.fi> writes:

> Bjoern Pedersen
>> one more followup:
>> adding $tceforms->initDefaultBEmode(); in class.t3lib_ttcontent.php
>> (line 7072), function editpanel fixes the
>> undefined function.
>
> I didn't find that file in t3lib folder

That should have been 
class.tslib_ttcontent.php

>> 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.
>
> you mean in the file 'class.ux_t3lib_tsfebeuserauth.php'
> - is this feature supported in older versions of Typo3 - if not that
> must add conditional using the constant 'TYPO3_branch'

As  initDefaultBEmode() also initialised $tceforms->inline, this fix
should be enough. 
 
> I would be interested to fix this issue in pixe_feediting, if it
> relates with it. But if it works ok with standard content elements and
> tt_news, the problem must relate with your your own extension.
> In that case your must make your extension compatible with pixe_feediting.
> It has currenlty a language issue because changed function
> ('extGetLL') in Typo3 4.2.8.

tt_news does not use IRRE-records, which cause this  error. So that is
not real test. 
I will try to do some more tests and possibly prepare a patch.

And I am usi8ng pixe_feedit with skin_grey2 (modern_skin) in forms on
page mode.

Björn




More information about the TYPO3-dev mailing list