[TYPO3-core] RFC #10220: Feature: Get some unit tests for the core

Xavier Perseguers typo3 at perseguers.ch
Fri Jan 23 14:12:38 CET 2009


Hi,

>> I step a little bit deeper an found the reason for this issue.
>> The $GLOBALS['TT'] Array was not initialized in 
>> T3Root\typo3\sysext\cms\tslib\class.tslib_fe.php
>>
>> When i add these two lines
>>
>> require_once(PATH_t3lib.'class.t3lib_timetrack.php');
>> $GLOBALS['TT'] = new t3lib_timeTrack;
>>
>> to the file (outside the class), it will be work.
> 
> Thanks for digging into this.

Yes thanks. Same problem here and I deactivated it too.

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en

One contribution a day keeps the fork away


More information about the TYPO3-team-core mailing list