Cannot authenticate in PostgreSQL DB on plesk
We have just installed the PostgreSQL component into plesk but we cannot authenticate using the PHP function @pg_connect() $connection = @pg_connect("host=localhost port=5432 dbname=my_db_name user=my_user password=my_pwd"); output("Connection: ".$connection); The error is showed in the connection object that is printed: Connection: Array…