[TYPO3-dev] Error in FE-editing: Call to undefined method stdClass::getDynNestedStack()
Tapio Markula
tapio.markula at xetpoint.fi
Tue Aug 25 10:55:49 CEST 2009
Bjoern Pedersen
>
> 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'
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.
More information about the TYPO3-dev
mailing list