Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla install doesn't accept socket syntax for DB
Vanilla install doesn't accept syntax "localhost:/tmp/mysql5.sock" for DB host. I use to enable remote connection and connect with mysql.domain:PORT then vanilla continue installation.
the problem is her.
/vanilla/library/database/class.database.php:
Kind Regards
the problem is her.
/vanilla/library/database/class.database.php:
$Dsn = sprintf('host=%s;dbname=%s;', $Host, $Dbname);I've reported this issue in your github tracker, but still no reaction
Kind Regards
0
Comments
http://vanillaforums.org/discussion/14486/cant-install-vanilla-2/p1
There was an error rendering this rich post.
i find out just using this syntax in DB host field: without touching any files
Regards