-
MODX Staff
- 10,725 Posts
This is definitely a socket configuration error. A quick google search on "PDO::__construct(): [2002] Invalid argument (trying to connect via unix://)" brings up a horde of these issues and their solution.
Thanks OpenGeek !
Just had to specify the ’pdo_mysql.default_socket=/var/run/mysqld/mysqld.sock’ in my php.ini and all is fine now... Install runs normally, all is working like a charm
Thanks again for the quick help