Hello
I dont find the right way to configure my dev application to use the 
"bin/console make:migration" command without  the return error :
In AbstractPostgreSQLDriver.php line 102:
         An exception occurred in driver: could not find driver  
In Exception.php line 18:
           could not find driver  
In PDOConnection.php line 37:
              could not find driver  
However everything looks good in my Apache web configuration with pgsql et 
pdo_pgsql php extension loaded. My web app with call to postgresql 
database  is also running well in dev environement. My doctrine.yaml file 
contains  the informations to access pdo_driver :
    dbal:
        server_version: 11.9
        host: 127.0.0.1
        port: 5433
        user: postgres
        driver: pdo_pgsql
I don't know what I have forgot which explain the exception error in driver 
? 
If somebody could help me I wille be greatful

Philippe

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/doctrine-user/32b45fb0-7891-404e-be90-a74737c63477n%40googlegroups.com.

Reply via email to