[TYPO3-dev] Error in FE-editing: Call to undefined method stdClass::getDynNestedStack()
Bjoern Pedersen
pedersen at resi2.office.frm2
Wed Aug 26 17:03:00 CEST 2009
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]
Björn
More information about the TYPO3-dev
mailing list