Hello,
I've installed a new VPS on CentOS 6 with all the required packages for Squiz.
All the installation steps went flawlessly, but when I try to run the Squiz via web It throws me this error:
Fatal error: Uncaught exception 'Exception' with message 'Could not create database connection: DBError!:SQLSTATE[08006] [7] could not connect to server: Permission denied Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"?' in /var/www/squiz_matrix/core/include/mysource.inc:3554 Stack trace: #0 /var/www/squiz_matrix/core/include/mysource.inc(258): MySource->changeDatabaseConnection('db') #1 /var/www/squiz_matrix/core/include/init.inc(281): MySource->init() #2 /var/www/squiz_matrix/core/web/index.php(28): require_once('/var/www/squiz_...') #3 {main} thrown in /var/www/squiz_matrix/core/include/mysource.inc on line 3554
Any tips or advice?
Thank you