View Single Post
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 02-10-2012 , 11:42   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#2792

When left as "localhost", SourceBans' errors messages said the socket was trying to reach /tmp/mysqld.sock, whilst everything about the server and MySQL worked perfect. Changing that one variable to /var/run/mysqld/mysqld.sock solved it all. No a biggie though. (Edit: Symlinks don't work if the file's size is 0, and attempts to create a folder instead of a file. Very odd issue with ArchLinx there!)

Thank you very much for the plugin version without quotes. Since no other arguments are used after the reason, I felt this was needed.

One final thing. This may not warrant a mention (or may even be a feature), but having a '/' in the admin's username causes the admins.cfg to break whilst parsing. For example, if the admin's name was "a/b" the relevant part of admins.cfg would come out as:

Code:
"a"
{
    " b"
    {
    ...
    }
}

Last edited by 11530; 02-10-2012 at 11:45.
11530 is offline