I'm using Typo3 v10.4.9 in composer mode. It seems its missing one of the core extensions "sheduler". I was trying to install it via composer with follow command:
composer require typo3/cms-scheduler
Everything runs fine, no errors. Now, when i try to visit the backend, i got following error:
Table '.tx_scheduler_task' doesn't exist | Doctrine\DBAL\Exception\TableNotFoundException thrown in > file //vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php in line 46. Requested URL: https://***/typo3/index.php?route=%2Fmain&token=--AnonymizedToken-- - ... Core: Exception handler (WEB): Uncaught TYPO3 Exception: An exception occurred while executing 'SELECT COUNT(
uid) FROMtx_scheduler_taskWHEREdeleted= 0':
I'm not sure, what i'm doing wrong here. I just followed the official steps to how you install an extension in composer mode.