|
From: SourceForge.net <no...@so...> - 2007-01-23 21:06:09
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4118676 By: nobody I am receiving the login failed message. I double checked the pg_hba.conf file and cannot see any problem. I have phppgadmin installed on the same server as my postgresql install. I am able run simple web php script to connect and query the database. I am also to login into the shell client with user/pass. This is the line from pg_hba.conf I think should work to allow phppgadmin access: host all all 127.0.0.1 255.255.255.255 md5 I also have checked my log files. I don't see any log messages when using phppgadmin. Although I can verify the log is working because I can see messages when I use my php script or local shell client. But there is nothing from phppgadmin. When I can't login it comes back so quickly it doesn't even seem that it tried.... any help would be greatly appreciated. Thank you, Andrew ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=115884 |