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

Problem installing gesior 1.0 3

Daemonium

Programmer
Joined
Oct 18, 2015
Messages
57
Solutions
1
Reaction score
8
Location
Canada
USING:
Gesior: Version 1.0.3 for TFS 0.3.6 and TFS 0.4 up to revision 3702
PHP: 7.4.8

PROBLEM:
Many tables do not create in mysql when using the install.php.

STEP 3
Add tables and columns to DB
Installer try to add new tables and columns to database.
Could not add column key to table accounts. Already exist?
Could not add column email_new to table accounts. Already exist?
Could not add column email_new_time to table accounts. Already exist?
Could not add column rlname to table accounts. Already exist?
Could not add column location to table accounts. Already exist?
Could not add column page_access to table accounts. Already exist?
Could not add column email_code to table accounts. Already exist?
Could not add column next_email to table accounts. Already exist?
Could not add column premium_points to table accounts. Already exist?
Could not add column create_date to table accounts. Already exist?
Could not add column create_ip to table accounts. Already exist?
Could not add column last_post to table accounts. Already exist?
Could not add column flag to table accounts. Already exist?
Could not add column description to table guilds. Already exist?
Could not add column guild_logo to table guilds. Already exist?
Could not add column create_ip to table guilds. Already exist?
Could not add column balance to table guilds. Already exist?
Could not add column war to table killers. Already exist?
Could not add column deleted to table players. Already exist?
Could not add column description to table players. Already exist?
Could not add column comment to table players. Already exist?
Could not add column create_ip to table players. Already exist?
Could not add column create_date to table players. Already exist?
Could not add column hide_char to table players. Already exist?
Table z_ots_comunication created.
Table z_shop_offer created.
Table z_shop_history_item created.
Table z_forum created.
Table guild_wars created.
Could not create table guild_wars_table_references. Already exist?
Table guild_kills created.
Could not create table guild_kills_table_references. Already exist?
Tables and columns added to database.
 
It does create 6 tables... It's not the problem. The connection is working and the database name is alright too. Any other thoughts?
Post automatically merged:

I found the problem... I had to import mysql from schema. In the past I didn't had to xD thanks anyway.
 
Last edited:
It does create 6 tables... It's not the problem. The connection is working and the database name is alright too. Any other thoughts?
Post automatically merged:

I found the problem... I had to import mysql from schema. In the past I didn't had to xD thanks anyway.
I tell you :)
 
Back
Top