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

Znote 1.4 Problems

Joined
Jan 20, 2015
Messages
120
Reaction score
11
Location
Born in Russia.
The Forgotten Server - Version 0.3 (Crying Damson).

-Error creating characters:


Code:
string(51) "SELECT `id` FROM `accounts` WHERE `name`='5645645';"
(query - SQL error)
Type: select_single (select single row from database)

Unknown column 'name' in 'where clause'

------------------------------------------------

-Error checking a character from the top list: (I have set $config['TFSVersion'] = 'TFS_03'


Code:
Sex:Male
Level: 11
Vocation: No vocation
Last Login: 09 February 2015 (12:28)
string(82) "SELECT `id`, `owner`, `name`, `town` AS `town_id` FROM `houses` WHERE `owner` = 4;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Unknown column 'name' in 'field list'


my characterprofile.php:


http://pastebin.com/d0uWXrxe

--------------------------------------------------------------



Thanks

Silly quesiton how to put the website online?
 
Last edited:
i mean ppl have to write my ip in order to acess my website? i have to use that no ip thing right?

i dont know whats that sql schema, i think the problem is in my database
 
Last edited:
Back
Top