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

Bjoern Pedersen pedersen at resi2.office.frm2
Thu Aug 27 14:02:36 CEST 2009


Oliver Hader <oliver at typo3.org> writes:

> Hi Björn,
>
> Bjoern Pedersen schrieb:
>> Back again:
>> 
>> part of the problem seems to come from the use of RealURL in
>> conjuction with FE_editing. Here, the calls to ajax.php (from the
>> IRRE-elements) use the wrong base URL ( should refer to typo3/),but in
>> fe it use the normal base url. A RewriteRule fixed this:
>> 
>> RewriteRule ^ajax.php$ typo3/ajax.php [L]
>> RewriteRule ^ajax.php\?(.*)$ typo3/ajax.php?\1 [L]
>
> So, this problem should also occur without the special extensions you
> mentioned on earlier posts - just by using frontend editing in
> combination with RealURL. If that's the case, I'd ask you to create a
> bug report on bugs.typo3.org about that. Thanks in advance!
>
> olly
> -- 
> Oliver Hader
> TYPO3 Release Manager 4.3

I just checked with plain fe-editing and the problem remains. So a bug
tracker entry has been issued (bug 0011805).

I think the root of the evil is the use of
t3lib_div::getIndpEnv('REQUEST_URI') to get the URL for the edit forms.

Björn




More information about the TYPO3-dev mailing list