[FLOW3-general] Possible Bug ?

Chris Zepernick chris at swift-lizard.com
Mon Nov 14 15:26:40 CET 2011


Hi guys,

I think I found a bug in the current Master:

sudo ./flow3 help

Uncaught Exception
The options 'driver' or 'driverClass' are mandatory if no PDO instance 
is given to DriverManager::getConnection().

More Information
Exception code      #0
File 
/Volumes/Server/FLOW3_CORE/Packages/Framework/Doctrine.DBAL/Classes/DBALException.php 
line 29

Uncaught Exception
The options 'driver' or 'driverClass' are mandatory if no PDO instance 
is given to DriverManager::getConnection().

More Information
Exception code      #0
File 
/Volumes/Server/FLOW3_CORE/Packages/Framework/Doctrine.DBAL/Classes/DBALException.php 
line 29


If I Set the following, the Exception is gone, if this is not set the 
exception is thrown:

TYPO3:
   FLOW3:
     persistence:
        backendOptions:
          driver: 'pdo_mysql'


cheers

Chris


More information about the FLOW3-general mailing list