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

Bernhard Kraft kraftb at kraftb.at
Tue Nov 10 17:05:52 CET 2009


Stefan Geith schrieb:

> 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

Ok. Other solution:

I created a diff reverting my changes concerning "procesIncludes".

I posted it to rapidshare. You can download it here:

http://rapidshare.com/files/305018315/revert_procesIncludes.diff.html
(Why should I spam my server with stupid diff files *gg*)


And if that does not fix the problem - I just found out, my editor "vim"
added a "newline at end of file" in "class.t3lib_tsparser.php" :(

So probably just removing this may also help if you have a very picky
PHP. I created a patch to fix this - I'll also remove the excess newline
from the core in the next few minutes. Here a link to the diff removing
the newline at end of file:

http://rapidshare.com/files/305020960/remove_EOL.diff.html


you'll apply these patches by chdir to t3lib/. There:

kraftb at sulfur:~/www/TYPO3core/t3lib$ patch -p 0 < /home/kraftb/revert_procesIncludes.diff



hope that solves the problem,
greets,
Bernhard




More information about the TYPO3-dev mailing list