Closed MinnDe closed 1 year ago
After a while the problem simply disappeared, and now the !rank command no longer produces any error.
Greetings, I appreciate your time and feedback. The reported problems has been fixed now in the last patch: https://github.com/K4ryuu/CS2_SimpleRanks/commit/d7f126c629a732ebaadf81d56bdb1fb908fea504
Have a great day! ❤️
First of all, when the server was rebooted, no new table was created in the database. After using the command:
CREATE TABLE IF NOT EXISTS
k4ranks(
idMEDIUMINT(8) AUTO_INCREMENT PRIMARY KEY,
steam_idVARCHAR(32) NOT NULL,
rankVARCHAR(64) DEFAULT NULL,
pointsINT(11) NOT NULL, UNIQUE (
steam_id));
After rebooting the server, the server successfully communicates with the database and data is written. After using the !rank command, the following error occurs: