Actions
Bug #19694
closedInitialization of new caching framework breaks some eID scripts
Start date:
2008-12-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Some eID scripts bypass tslib_eidtools and initialize TYPO3 on their own by instantiating tslib_fe and all required classes. This works fine in TYPO3 4.1.x and TYPO3 4.2.x, however it is broken in TYPO3 4.3.0 alpha1 because of the new caching framework. The code to initialize this framework is located in the typo3/sysext/cms/tslib/index_ts.php and it is not executed when eID scripts run. Therefore TYPO3 core in version 4.3 behaves differently than before (it is incompatible with previous versions).
The solution is to move cache initialization inside tslib_fe, where it partially exists already.
(issue imported from #M9925)
Files
Actions