• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Znote acc [Highscore,Guild]

Sweetlove

Member
Joined
Jun 22, 2009
Messages
270
Reaction score
14
Location
Sverige
Hey, im using Znote acc TibiaCOM layout.

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
 
Back
Top