Your software
My Mautic version is: 3.1.2
My PHP version is: 7.2.34
My Database type and version is: MySql
Your problem
My problem is: I set up a new mautic and added the crons as usual, but I am getting an error. The same error for all crons.
In GenerationsMigrationsCommand.php line 47
Attempted to load class “Abstract Command” from namespace “Doctrine\DBAL\Migrations\Tools\Console\Command”.
Did you forget a “use” statement for e.g. “Pheanstalk\Command\AbstractCommand”, “Intervention\Image\Commands\AbstractCommand”, “Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand” or “Doctrine\Migrations\Tools\Console\Command\AbstractCommand”?
These errors are showing in the log:
No errors in log
Steps I have tried to fix the problem:
None as I have no idea what all this means