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)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
-1)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
Actions