Meant to mention: here is the errors I am getting:
Warning: pg_connect(): Cannot create new link. Too many open links (0) in /clients/websites/forum.mizu-bu.org/html/bbs/install.php on line 118
Warning: pg_query(): supplied argument is not a valid PostgreSQL link resource in /clients/websites/forum.mizu-bu.org/html/bbs/install.php on line 170
Above the text field for host I am getting this error:
Failed to establish database connection to /var/run/postgresql
Also, in 'pg_hba.conf', I've set connections for the 'www-data' user (Apache's user and the user I tell the installer to use) I've set connections to the database I want created to 'trust', to simplify things. Of course I reloaded PgSQL after to make sure it was loaded.
Digimer