#solved
I have done a simple copy and paste error and used the wrong driver name at the end.
Thanks to all of your replies, it was awesome how quick I got the right hint. Many thanks again.
-----------------------
Need some help to get a PHP / Postgresql thing fixed.
I am running on debian 12 and have installed postgresql, php and pdo psql. Additionally I created the needed user and database for ulogger.
I can connect with the user / pw with dbeaver and see the empty db.
Unfortunately PHP does not believe it can handle the Postgresql DB and claims in the Error message: "could not find driver"
Packages installed are:
• apt install postgresql
• apt install php
• apt install php-json
• apt install php-fpm/stable
• apt install php-pgsql/stable
• apt install postgresql postgresql-client
Any idea what I could have done wrong or which step is missed?
Thanks in advance, for any help on this question.
:boosts_ok:
#ulogger #php #postgresql #pgsql #helpneeded