When i make a change in settings of CI about database for postgre i take a exception about Doctrine cant sense dbdriver. What can i do for this? I’m trying to change my DB server from MYSQL to POSTGRESQL.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ForumAnswer on CI site. In CI config:
Doctrine 1.2, supported DB drivers
Doctrine 2.0, supported DB drivers
Note that you have to change protocol part of
DSNto something likepgsqlfor Doctrine 1.2 or database option'driver' => 'pdo_pgsql'for Doctrine2