Bug #21985
closedt3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php throw a t3lib_cache_Exception in backend
0%
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)
Updated by Christian Kuhn almost 15 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?
Updated by Christian Kuhn almost 15 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.