Project

General

Profile

Actions

Bug #19694

closed

Initialization of new caching framework breaks some eID scripts

Added by Dmitry Dulepov over 15 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
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

9925.diff (4.8 KB) 9925.diff Administrator Admin, 2008-12-12 10:30

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #19507: getCompressedTCarray hangs if no cache_hash existsClosedOliver Hader2008-10-27

Actions
Actions #1

Updated by Dmitry Dulepov over 15 years ago

rev 4555

Actions

Also available in: Atom PDF