Actions
Bug #84047
closedClear all Cache throws error if there are missing db tables
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2018-02-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem/Description¶
If I try to clear all cache via the button in the Install tool, the Ajax request fails due to failing db table.
Shouldn't it be possible to clear cache even if DB COMPARE fails?
Reproduce with¶
- activate e.g. ext:lf_editor
- try to clear cache
- ajax request throws 500 error with info about the missing table(s)
Updated by Georg Ringer over 4 years ago
- Status changed from New to Closed
closing this for now as a valid state of TYPO3 must be expected, like if you install an extension via cli and don't do any DB compare, the list module will also fail.
Actions