I finally find the solution in my case : I had to update the php.ini files in the /PHP directory used because the Symfony console search first this file in it nor in the Apache/bin of the web server used
Le mardi 13 octobre 2020 à 11:04:21 UTC+2, philippe grison a écrit : > 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/365fea3c-eb52-4e46-9716-3a7a68d28270n%40googlegroups.com.
