• 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 setting up AAC step 3&4

Skadarn

Member
Joined
Feb 6, 2012
Messages
32
Reaction score
5
Following Gesiors guide and getting this message on 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 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?
Could not create table z_ots_comunication. Already exist?
Could not create table z_shop_offer. Already exist?
Could not create table z_shop_history_item. Already exist?
Could not create table z_forum. Already exist?
Tables and columns added to database.

And then on step 4:

Add samples to DB:

Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'premdays' in 'field list' in D:\xampp\htdocs\classes\database.php:192 Stack trace: #0 D:\xampp\htdocs\classes\database.php(192): PDO->query('SELECT id, `n...') #1 D:\xampp\htdocs\classes\account.php(33): Database->query('SELECT id, `n...') #2 D:\xampp\htdocs\classes\account.php(21): Account->load(1, 'name') #3 D:\xampp\htdocs\install.php(346): Account->__construct(1, 'name') #4 {main} thrown in D:\xampp\htdocs\classes\database.php on line 192

I've tried finding threads about the solution, but sadly no luck for me so far.

Appreciate any and all help! :)
 
Back
Top