Project

General

Profile

Actions

Bug #89459

closed

Exception due to missing cache tables on Upgrade from 9.5 to TYPO3 10.1

Added by Sybille Peters over 4 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-10-19
Due date:
% Done:

0%

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

Description

 Doctrine\DBAL\Exception\TableNotFoundException
An exception occurred while executing 'SELECT `content` FROM `cache_rootline` WHERE (`identifier` = ?) AND (`expires` >= ?)' with params ["1__0_-99", 1571466118]: Table 't3intro.cache_rootline' doesn't exist

When I look in the database tables of my TYPO3 9 installations I see only

| cf_cache_hash                               |
| cf_cache_hash_tags                          |
| cf_cache_imagesizes                         |
| cf_cache_imagesizes_tags                    |
| cf_cache_pages                              |
| cf_cache_pages_tags                         |

no cache_hash etc.

Changelog: https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.0/Deprecation-88366-DefaultCachingFrameworkCacheNamesChanged.html

Actions

Also available in: Atom PDF