· 8 years ago · May 26, 2018, 04:02 AM
1gamemodes/militaryrp/gamemode/libraries/mysqlite/mysqlite.lua:280: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'VARCHAR( 64 ) NOT NULL PRIMARY KEY,
2 value VARCHAR( 64 ) NOT NULL,
3
4 ' at line 2 ( CREATE TABLE IF NOT EXISTS configurer_config (
5 key VARCHAR( 64 ) NOT NULL PRIMARY KEY,
6 value VARCHAR( 64 ) NOT NULL,
7
8 server_id VARCHAR( 64 ),
9 map_id VARCHAR(gamemodes/militaryrp/gamemode/libraries/mysqlite/mysqlite.lua:280: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'key, value
10 FROM configurer_config' at line 1 (SELECT key, value
11 FROM configurer_config)
12gamemodes/militaryrp/gamemode/libraries/mysqlite/mysqlite.lua:280: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'INDEX,
13
14 is_public BOOLEAN,
15
16 created_at TIMESTAMP NOT NUL' at line 9 ( CREATE TABLE IF NOT EXISTS glorifiedmap_poi (
17 id INT NOT NULL PRIMARY KEY AUTO_INCREMENT,
18 title VARCHAR( 48 ) NOT NULL,
19
20 x INT UNSIGNED NOT NULL,
21 y INT UNSIGN