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

Gesior Acc

Xanshara

New Member
Joined
Nov 3, 2019
Messages
21
Reaction score
1
Silnik: [7.60-7.72] Latest forgottenserver 1.3. Clean downport. (https://otland.net/threads/7-60-7-72-latest-forgottenserver-1-3-clean-downport.268508/)
Gesior acc master / 1.2 w każdym przypadku ten sam błąd.

SQL:
STEP 4
Add samples to DB:
Query:    SELECT `id`, `name`, `password`, `premdays`, `lastday`, `email`, `key`, `create_ip`, `creation`, `premium_points`, `page_access`, `location`, `rlname`, `email_new`, `email_new_time`, `email_code`, `next_email`, `last_post`, `flag` FROM `accounts` WHERE `name` = '1'
SQLSTATE:    42S22
Driver code:    1054
Error message:    Unknown column 'name' in 'field list'

Po wpisaniu zapytania:

SQL:
ALTER TABLE `accounts` ADD `name` TINYINT( 4 ) NOT NULL DEFAULT '1';
lub
SQL:
ALTER TABLE `accounts` ADD `key` int NOT NULL;

pokazują się kolejne błędy i tak do momentu gdy sample zostaną dodane, instalacja niby się zakończy ale w rzeczywistości musze ja robić od nowa i tak do śmierci ;/

Jak to naprawic? ;>
 
Back
Top