skip to Main Content

Php versions – Error with Doctrine and Laminas: driverClass has to implement the DoctrineDBALDriver interface

I recently upgraded a Laminas project from doctrine-migrations 1.4 to 3.6 and doctrine-orm-module from 1 to 5.3. On my deployment server, when running ./vendor/bin/doctrine-module sync-metadata-storage, I receive the following error: Fatal error: Uncaught DoctrineDBALException: The given 'driverClass' DoctrineDBALDriverPDOMySqlDriver has to…

VIEW QUESTION
Back To Top
Search