Hi, we're installing a new matrix setup and are stuck on Step 2. We're getting the following error:
Fatal error: Uncaught exception 'Exception' with message 'Could not create database connection: DBError!:SQLSTATE[08006] [7] FATAL: Ident authentication failed for user "matrix"' in /websites/mysource_matrix/core/include/mysource.inc:2226
Now we've edited our pg_hba.conf file:
[img]http://uploads.screenshot-program.com/upl9105251037.png[/img]
Our DB config file looks like this (we've tried with adding[i] host=db[/i] and [i]host=127.0.0.1[/i] and host=our.ip.address.123:
[img]http://uploads.screenshot-program.com/upl4389409440.png[/img]
The only thing that I can think of that's upsetting this install is the postgresql.conf file. Is there anything I need to modify? My listen address is
#listen_addresses = 'localhost'
Please help.