[TYPO3-dev] Bugfix 12428 is buggy for me: 'No TypoScript template found!'

Bernhard Kraft kraftb at kraftb.at
Tue Nov 10 13:14:05 CET 2009


Stefan Geith schrieb:

> True: setting
>   $TYPO3_CONF_VARS['SYS']['useCachingFramework'] = '1';
> fixes this.
> 
> Nevertheless, it should also work with CachingFramework disabled.

Hello again,

Could you try reverting "class.t3lib_tsparser.php" and "class.t3lib_tstemplate.php"
to revision 5394.


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.



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 ....

I assume the old plain caching-tables are broken somehow in your case - did you turn on
SQL debug ??


greets,
Bernhard




More information about the TYPO3-dev mailing list