Actions
Bug #20145
closedA check in the caching DB backend for the existence of the specified caching table causes mysql warnings
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-03-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The check is located in the setCacheTable() method and should either be removed or fixed before 4.3.0 final
The check causes mysql warnings when not being logged in and calling typo3/backend.php or the install tool. Reason: the caches in typo3/init.php get initialized before a DB connection has been established.
Related Question: Why aren't there warnings in the FE as the caches get initialized in tslib_fe's constructor which is also before a DB conection exsits?
(issue imported from #M10638)
Actions