Hello,
I just install Dolibarr 7.0.0 on CentOS 7 with postgreSQL
When I run the web interface, everything is OK, all prerequisites checks are green.
The only possible option is “Fresh install” and I click on “Start” button
On the web server configuration, I put:
Directory where web pages are stored: /var/www/html/dolibarr/htdocs
Directory to store uploaded and generated documents: /var/www/html/dolibarr/documents
=> all this paths are verified and OK
URL Root: http://192.168.200.199
webserver Dolibarr Database
Database name: dolibarrdb (created on the CentOS Machine)
Driver type: pgsql (PostgreSQL >=9.0.0)
Database server: 192.168.200.199
Port: 5432
Database prefix table: llx_
Create database: Unchecked (I already created the database)
Login: dolibarruser
Password: My Password
Create owner or grant him permission on database: Unchecked (I already created the user)
But when I click “Next Step” I always have the same message:
“Host, login or password incorrect
As connection failed, host or super user parameters must be wrong.
Go backward and correct wrong parameters.”
I also tested to create the database and the user, but the result is the same.
I have pgAdmin and I can connect the database using the same parameters without any issue.
I fully stack, can someone help?