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?
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: