skip to Main Content

How to install Plesk on Ubuntu 16.04

I am getting this error on my Ubuntu 16.04 LTS system : The following packages have unmet dependencies: plesk-php56-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but 5.7.3+dfsg-1ubuntu4 is to be installed plesk-php70-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but 5.7.3+dfsg-1ubuntu4 is to…

VIEW QUESTION

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…

VIEW QUESTION
Back To Top
Search