Hey, im using Znote acc TibiaCOM layout.
this appear beneath Guild war management in guild tab.
And this error appears when i try to load an highscore like experience
this appear beneath Guild war management in guild tab.
Code:
string(159) "SELECT `id`, `guild1`, `guild2`, `name1`, `name2`, `status`, `started`, `ended` FROM `guild_wars` WHERE `guild1` = '1' AND `status` = 0 ORDER BY `started` DESC"
(query - SQL error)
Type: select_multi (select multiple rows from database)
Unknown column 'guild1' in 'field list'
And this error appears when i try to load an highscore like experience
Code:
string(47) "SELECT `group_id` FROM `players` WHERE `id` = ;"
(query - SQL error)
Type: select_single (select single row from database)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1