/tmp/db.sock
- but I don't know how should the symlink look like - I guess what name should it have, and where to create it on the hosting; so it would be picked up by the mysqli_connect. I am clueless about this... Have you solved this in the past and could you give me a hand with this?
Warning: GenericErrorHandler 2: mysqli_connect(): (HY000/2002): No such file or directory on line 355 of file .../symphony/lib/toolkit/class.mysql.php
, after hitting Send
from the newsletter entry and nothing was being done. So I thought I have to create that symlink mentioned in ENM docs. But maybe this is caused because I had to put a path to the php executable so the php example header('Content-Type: text/plain'); echo shell_exec('php -v');
as one of the prerequisites would work, like header('Content-Type: text/plain'); echo shell_exec('/usr/php56/bin/php -v')? I ahve hardcoded that path into the php as of now, but probably I could create a symlink on that php executable...
php -v
info