Actions
Bug #19078
closedWhen using ZendPlatform no RTE is loaded
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-07-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using ZendPlatform (3.6.2) no RTE is loaded when editing a record.
After some debugging, it turned out that the function t3lib_befunc::getSpecConfParts returns invalid values with the ZendPlatform enabled.
I've been able to reproduce this problem on various version from Typo3 3.8 trough Typo3 4.2.
Apperently ZendPlatform doesn't handle the unset and setting of variables in an array which is currently beeing looped correctly (or at least not the sameway as it is done without ZendPlatform).
I've attached a patch against Typo3 4.2.1, but it can also be applied manually against older versions.
(issue imported from #M8930)
Files
Actions