tags 705287 moreinfo thanks On Fri, Apr 12, 2013 at 10:19:27PM +0800, David M Smith wrote: > tt-rss installed properly, but I'm getting this message here: > http://localhost/tt-rss/ > > "Unable to connect to database (as ttrss to , database ttrss):" > > During the tt-rss setup/configuration, I select postgres and told it to > connect > through sockets.
I can't tell you either. For debugging you can replace line 25 in
/usr/share/tt-rss/www/include/db.php with the following one:
die("PGSQL connection failed:" . $string);
This will output the connection settings used including the
password. Connecting to the postgresql db using these parameters
may give more information.
-- Sebastian
signature.asc
Description: Digital signature

