[TYPO3-dev] Bugfix 12428 is buggy for me: 'No TypoScript template found!'
Stefan Geith
typo3dev2009.nospam1 at geithware.de
Tue Nov 10 15:05:41 CET 2009
Hi Bernhard,
Bernhard Kraft schrieb:
>> True: setting
>> $TYPO3_CONF_VARS['SYS']['useCachingFramework'] = '1';
>> fixes this.
>[...]
> Could you try reverting "class.t3lib_tsparser.php" and "class.t3lib_tstemplate.php"
> to revision 5394.
Done - but:
Fatal error: Call to a member function getCache() on a non-object in
/var/.../typo3_src-4.3/t3lib/class.t3lib_tstemplate.php on line 267
> This is before the "INCLUDE_TYPOSCRIPT" fixes got introduced. Of course
> you should update all database tables/fields using the install tool compare
> tool and clear all caches.
>
>
> revision 5395/5396 introduced a fix, to check for changed INCLUDE_TYPOSCRIPT files
> then revision 6365 fixed an issue with patch of revision 5396.
>
> In the meantime also the caching framework got introduced. So if you revert both files
> it should be like without my patch and without caching framework for this part.
I had for this test:
$TYPO3_CONF_VARS['SYS']['useCachingFramework'] = '0';
> Your statement:
>
>> Removing the call to $this->procesIncludes(); in line 513 fixes the problem for me.
>
> Will of course fix your current problem, as the page will never get cached. Without
> latest patch from this revision (6365 - the call to ->procesInclude()) it is the same
> as clearing the cache on every reload !!!!
>
> If you revert both mentioned files to 5394 and the problem still occurs your problem is
> a different one than one of my patches ....
Cannot test, becaue of fatal error - see above :(
> I assume the old plain caching-tables are broken somehow in your case - did you turn on
> SQL debug ??
Yes - but no errors occur.
/Stefan
More information about the TYPO3-dev
mailing list