• 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!

Problem with ZnoteACC

hejd12345

New Member
Joined
Apr 11, 2012
Messages
255
Reaction score
1
Location
Sweden
Hello everyone!
I just got my website working but whenever I try to for example goto my "Forum Board" or "Create Character" tab this shows up:

For Forum Board:
string(90) "SELECT `name`, `level`, `vocation` FROM `players` WHERE `online`='1' ORDER BY `name` DESC;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Unknown column 'online' in 'where clause'

Create Account:
Character List: 0 characters.
string(128) "SELECT `name`, `level`, `vocation`, `town_id`, `lastlogin`, `online` FROM `players` WHERE `account_id`='0' ORDER BY `level` DESC"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Unknown column 'online' in 'field list'

These are the tables I got in my database, do I missing something? https://imgur.com/EjReev6

I think I need to do something in config.php but I am not sure... Any suggestions? :)
 
Last edited:
I do not think so since I have tried to use them all and nothing worked.

Nvm, you are right haha :D Thanx for the help.
 
Last edited:
Back
Top