[TYPO3-english] <!-- CACHING ERROR, sorry --> error
Vahan Amirbekyan
vamirbekyan at dgfoundation.org
Sat Apr 11 04:33:32 CEST 2009
Hi Dmitry,
you are righ upgrade is needed to 4.2.6
I was waiting for 4.3.
Here is the patch... just to complete this thread.
line 2756, class.tslib_fe.php
case 'get':
//$row['HTML'] = @is_file($cacheFileName) ?
t3lib_div::getUrl($cacheFileName) : '<!-- CACHING ERROR, sorry -->';
if ( @is_file($cacheFileName) ) {
$row['HTML'] = t3lib_div::getUrl($cacheFileName);
} else {
// we invalidate the cache record
$this->cacheContentFlag = 0;
$row = '';
}
break;
Dmitry Dulepov wrote:
> Hi!
>
> Vahan Amirbekyan wrote:
>> I am running typo3 4.2.2 and still see this code below in the core when
>
> Old insecure version!!!
>
>> Who should I send the patch to ?
>
> http://typo3.org/teams/core/core-mailinglist-rules/
>
> Make sure you follow the rules described there.
>
More information about the TYPO3-english
mailing list