[>>][50f752f245f01028117922][DEFAULT][/install/installNewDB.php][13/Jan/17 01:25:06]
[13/Jan/17 01:25:06][WARNING][<nosession>][GUI]
E_WARNING
pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Permission denied
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432? - in /var/www/html/third_party/adodb/drivers/adodb-postgres64.inc.php - Line 697
[<<][50f752f245f01028117922][DEFAULT][/install/installNewDB.php][13/Jan/17 01:25:06][13/Jan/17 01:25:06][took 0.061105 secs]
I am able to log into postgres using the username and password for this user from the command line utility (psql) and I can do all sorts of wonderful things in there... But for some reason that I don't have my head around TestLink can't find the database server.
At this point I don't know where to look... I have installed modules for apache and php, and postgres and php.
testing connectiong with psql is not the same that trying to connect via PHP.
Absolutely is a good indication, but you do not know if it using same method that ADODB PHP.
You have to google for
pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Permission denied
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432? - in /var/www/html/third_party/adodb/drivers/adodb-postgres64.inc.php