OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Installation/Technical Issues or Problems Exception problem when try to configure Db on instalation crm-platform

This topic contains 1 reply, has 2 voices, and was last updated by  Mike Kudelya 7 years, 4 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #35394

    leoperego
    Participant

    Hello, im having the following error on the second phase of instalation (configure Db):

    Fatal error: Uncaught exception ‘Doctrine\DBAL\DBALException’ with message ‘The given ‘driver’ mysql is unknown, Doctrine currently supports only the following drivers: pdo_mysql, pdo_sqlite, pdo_pgsql, pdo_oci, oci8, ibm_db2, pdo_sqlsrv, mysqli, drizzle_pdo_mysql, sqlanywhere, sqlsrv’ in C:\xampp\htdocs\orocrm\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php:95 Stack trace: #0 C:\xampp\htdocs\orocrm\vendor\doctrine\dbal\lib\Doctrine\DBAL\DriverManager.php(207): Doctrine\DBAL\DBALException::unknownDriver(‘mysql’, Array) #1 C:\xampp\htdocs\orocrm\vendor\doctrine\dbal\lib\Doctrine\DBAL\DriverManager.php(153): Doctrine\DBAL\DriverManager::_checkParams(Array) #2 C:\xampp\htdocs\orocrm\vendor\doctrine\doctrine-bundle\ConnectionFactory.php(58): Doctrine\DBAL\DriverManager::getConnection(Array, Object(Doctrine\DBAL\Configuration), Object(Oro\Bundle\EntityBundle\Event\OroEventManager)) #3 C:\xampp\htdocs\orocrm\app\cache\prod\appProdProjectContainer.php(2): Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnectio in C:\xampp\htdocs\orocrm\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php on line 95

    Im installing on windows server 2008, x86, php 5.5, apache 2.4 and Mysql.

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #35395

    Mike Kudelya
    Participant

    Hi

    Try to use ‘pdo_mysql’ driver instead mysql and set this extensions in php.ini

    extension=php_pdo.dll
    extension=php_pdo_mysql.dll

Viewing 1 replies (of 1 total)

The forum ‘OroPlatform – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top