Project

General

Profile

Actions

Bug #21985

closed

t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php throw a t3lib_cache_Exception in backend

Added by Laurent Valdes over 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Caching
Target version:
-
Start date:
2010-01-18
Due date:
% Done:

0%

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

Description

t3lib_cache_Exception(
'No table to write tags to has been set using the setting "tagsTable".',
1253534137
);

is thrown on line 61,
=> The user has to update the database to correct, but he can't:
that error should be reported instead of being thrown by an Exception.

Reported on 4.3 branch and also on 4.4

(issue imported from #M13285)

Actions #1

Updated by Christian Kuhn over 14 years ago

@Laurent: You mean the database table is not corretly set up (in the install toll), thus the exception is thrown and you want some nice error message for that?

Actions #2

Updated by Laurent Valdes over 14 years ago

Yes, I do. Regards.

Actions #3

Updated by Christian Kuhn over 14 years ago

Resolved, no change required:

I don' t think we need any further error handling for this. If you upgrade a site and get this error, this means that the upgrade process wasn't completed by an admin. The install tool db analyze->compare will take care of creating correct db definitions, which is an important step while upgrading sites anyway. The install tool itself doesn't use the caching framework, so it's always accessible even with broken db tables.

Please re-open if I missed something.

Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF