Forums

Covering OroCommerce, OroCRM, OroPlatform topics, including community updates and company announcements.

Forums Forums Oro Community Getting Exception when trying to execute php console mapping command

This topic contains 5 replies, 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
  • #24456

    The i am trying to execute is:
    D:\Apache24\htdocs\crm-application>php app/console oro:migration:load –show-que
    ries –force

    The O/P i am getting is as under:

    Process migrations…

    [Doctrine\DBAL\Exception\DriverException]
    An exception occured in driver: could not find driver

    [Doctrine\DBAL\Driver\PDOException]
    could not find driver

    [PDOException]
    could not find driver

    Somebody please help me to resolve this problem..

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • #24457

    Mike Kudelya
    Participant

    Hi

    Are you sure that php ‘pdo_mysql’ extension installed and loaded in php.ini ? And app/config/parameters.yml contains:

    #24458

    Thanks Mike, It is working now.

    #24459

    Mike Kudelya
    Participant

    Can you tell me, how you resolved the issue ?

    #24460

    Hi,

    I was using PostGreSQL. So made changes according to that in the parameters.yml.

    Just made this change and it worked.

    #24461

    Mike Kudelya
    Participant

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)

The forum ‘Oro Community’ is closed to new topics and replies.

Back to top