Task #84528
closedScheduler should check if tables exists
0%
Description
Due to a misconfiguration i haven't add the scheduler tables. (This isn't the default case, of course.)
The scheduler module can be loaded normally and if i add a task i got the message "Task could not be added". In this case i don't get any information about the error. It would be good if the scheduler show us a notice about this misconfiguration. Maybe at the "setup check"?
Updated by Guido S. over 6 years ago
Located checkScreenAction at typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php
Updated by Guido S. over 6 years ago
- Tracker changed from Feature to Task
- TYPO3 Version set to 8
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56442
Updated by Georg Ringer over 6 years ago
- Status changed from Under Review to Rejected
Rejected as no checks are at any other place like checking if sys_language table is available.
Checks are however properly done in install tool