PostgreSQL

psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket “/tmp/.s.PGSQL.5432”?

First check if PostgreSQL is running on the server using ps command.#ps aux | grep postgrepostgres 4335 2.4 0.2 27704 2936 ?     S  12:07 0:00 /usr/bin/postmaster -p 5432 -D /var/lib/pgsql/datapostgres 4337 0.0 0.0  9972  548 ?     S  12:07 0:00 postgres: logger processpostgres 4339 0.0 0.0 27704  804 ?     S  12:07 0:00 postgres: writer processpostgres 4340 […]

Softaculous

The INFO.XML file could not be found!

This happens if the scripts are not downloaded. The fix is to run CRON : SSH to your server as root and enter following commands: For cPanel:# /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/cron.php For Direct Admin: #  /usr/local/bin/php -d open_basedir=/ -d safe_mode=0 -d disable_functions=”” /usr/local/directadmin/plugins/softaculous/cron.php For Plesk: SSH to your server as root and enter following command : # […]