PDODriverTrait.php not found

Checklist
[ ] I have read intro post: About the Installation Issues category
[ ] I have read the tutorials, help and searched for similar issues
[ ] I provide relevant information about my server (component names and versions, etc.)
[ ] I provide a copy of my logs and healthcheck
[ ] I describe the steps I have taken to trouble shoot the problem
[ ] I describe the steps on how to reproduce the issue

I am attempting a clean installation with Centos 7 as the OS. I have followed the installation instructions to the letter a couple of times and yet I am still running into this issue. When I get to the step to install the Passbolt program it throws:

bash-4.2$ ./bin/cake passbolt install

 ____                  __          ____
/ __ \____  _____ ____/ /_  ____  / / /_

/ // / __ `/ / / __ / __ / / _/
/ / // ( |
) /
/ / /
/ / / /
/
/ _
,
/
//.__/__//_/

Open source password manager for teams

Running baseline checks, please wait…
Exception: SQLSTATE[HY000] [2002] No such file or directory in [/var/www/passbolt/vendor/cakephp/cakephp/src/Database/Driver/PDODriverTrait.php, line 48]

The file is for sure there:

bash-4.2$ ls -al /var/www/passbolt/vendor/cakephp/cakephp/src/Database/Driver/
total 36
drwxr-xr-x. 2 nginx nginx 108 May 20 21:31 .
drwxr-xr-x. 10 nginx nginx 4096 May 20 21:31 …
-rw-r–r--. 1 nginx nginx 4893 May 20 21:31 Mysql.php
-rw-r–r--. 1 nginx nginx 5104 May 20 21:31 PDODriverTrait.php
-rw-r–r--. 1 nginx nginx 3674 May 20 21:31 Postgres.php
-rw-r–r--. 1 nginx nginx 3367 May 20 21:31 Sqlite.php
-rw-r–r--. 1 nginx nginx 5302 May 20 21:31 Sqlserver.php

I have searched Google without success. Thanks!

Hello @cameronrobitaille,
Just to be sure, can you verify there is no typo with the database information you inserted in the config files.
Cheers,

Thanks for the reply! That was the issue. The mariaDB wasn’t enabled as a service and therefore after a reboot it wasn’t started. Thanks again!