Jarjat Rémi
Jarjat Rémi
You're very welcome :) . I need to use version 9.5 of postgresql (as on my current production server ;) )
Hello :) . I just tried with postgresql 9.4 and yes, it works, until this appends : ``` > symfony-scripts: Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::prepareDeploymentTarget [Doctrine\DBAL\Exception\ConnectionException] An exception occured in driver: SQLSTATE[HY000] [2002] Connection...
Erratum : Database is created, but I still can't connect to the database.
Ok, I completely forgot to update the driver parameter in config.yml -_-... Thanks for pointing that out ;) . Parameters.yml : ``` parameters: database_host: 127.0.0.1 database_port: 5432 database_name: app database_user:...
Thanks @nervo ! Do you need me to comment on that new issue with more details about the problem ?
Hello again ! I had to install the project on a second machine, and I'm afraid to tell you I have now the same problem with postgresql 9.4. So no,...