Project

General

Profile

Actions

Bug #17437

closed

When accessing pages form cache "No Temlpate found!" appears

Added by Helmut Hummel over 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2007-07-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

This seems to be related to 0005088, but this bureport is closed, so I open a new one.

After our provider udated the MySQL Database to MySQL 5.0.32-Debian_7etch1 our TYPO3 installation beaks in Frontend from time to time with the "No Temlpate found!" message. After clearing the FE-cache erverything works for a while, but it will brake again randomly.

I tracked the problem down to class.t3lib_tstemplate.php line 325-333 where the cached template setup is fetched from the database and userialized.

Unserializing fails in such case, so $this->config stays empty causing the failure.

I changed line 333:
-- } else {
++ } if (!$this->setup) {

in order to parse the template again, when serializing fails, but of course this is not like it is ment to be.

The TYPO3 installation has 3 domains, 3 languages and several configured pagetypes.

PHP Version: 4.4.6-2
MySQL Version: 5.0.32-Debian_7etch1

MySQL "show variables"
character_set_client utf8
character_set_connection utf8
character_set_database utf8
character_set_filesystem binary
character_set_results utf8
character_set_server latin1
character_set_system utf8

The collation of the DB tables is latin
(issue imported from #M6006)


Files

scrumbled-cache.diff (106 KB) scrumbled-cache.diff Administrator Admin, 2007-07-22 00:29
db2utf8.php (1.87 KB) db2utf8.php Administrator Admin, 2007-10-18 14:23
screenshotmissingtranscription.bmp (1.1 MB) screenshotmissingtranscription.bmp Administrator Admin, 2007-10-18 14:24

Related issues 5 (0 open5 closed)

Related to TYPO3 Core - Bug #17053: cache is not saved properlyClosedMichael Stucki2007-02-28

Actions
Related to TYPO3 Core - Bug #17091: "No template found" after update from 4.0.4 to 4.1ClosedSteffen Kamper2007-03-07

Actions
Related to TYPO3 Core - Feature #17503: BE should check Mysql charset settingsClosedMichael Stucki2007-08-07

Actions
Related to TYPO3 Core - Bug #21569: Wrong character encoding in cache tables breaks frontend renderingClosedOliver Hader2009-11-16

Actions
Related to TYPO3 Core - Feature #21525: No typoscript template found - AddonClosed2009-11-10

Actions
Actions

Also available in: Atom PDF