Bug #106030
openinappropriate error message when a maintainer is not logged in to "Maintenance"
0%
Description
When a mainatainer is in "Maintenance" and tries - for example - to flush the TYPO3 and PHP cache this error message pops immediately up when the maintainer is already logged out from "Maintenance":
Clearing caches failed
Clearing caches went wrong on the server side. Check the system for broken extensions or missing database tables and try again.
This message is irritating. Either there should be a message that indicates that the maintainer is logged out from "Maintenance" - or (even better) the login form should appear.
Updated by Garvin Hicking 11 days ago
- Category set to Install Tool
- Status changed from New to Needs Feedback
Since this ises AJAX callbacks its not easy and without breakage to show a login form.
How would you feel changing the text like this:
Clearing caches went wrong on the server side. Check the system for broken extensions or missing database tables and try again. Also ensure you are properly authenticated or the server reports specific parse errors or JavaScript errors in the browser console.
?
Updated by Gerrit Code Review 8 days ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87991