• 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-aac Proplem

amr shalapy

Banned User
Joined
Aug 28, 2014
Messages
122
Reaction score
8
hello i finished all steps and in last step i have a proplem
Code:
STEP 5

Set Admin Account

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'vip_time' in 'field list'' in C:\xampp\htdocs\pot\OTS_Account.php:237 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(237): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\install.php(572): OTS_Account->load(1) #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 237
iam using old xampp 1.6.6 i want to add column 'vip_time' in database but where
Anywhere
there?
Code:
 alter table `accounts` add `vip_time` INT NOT NULL;
but how? i have old xampp it's very complicated help!
 
Solution
hello i finished all steps and in last step i have a proplem
Code:
STEP 5

Set Admin Account

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'vip_time' in 'field list'' in C:\xampp\htdocs\pot\OTS_Account.php:237 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(237): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\install.php(572): OTS_Account->load(1) #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 237
iam using old xampp 1.6.6 i want to add column 'vip_time' in database but where
Anywhere
there?
Code:
 alter table `accounts` add `vip_time` INT NOT NULL;
but how? i have old xampp it's very complicated help!

To go 127.0.0.1/phpmyadmin, login...
hello i finished all steps and in last step i have a proplem
Code:
STEP 5

Set Admin Account

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'vip_time' in 'field list'' in C:\xampp\htdocs\pot\OTS_Account.php:237 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(237): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\install.php(572): OTS_Account->load(1) #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 237
iam using old xampp 1.6.6 i want to add column 'vip_time' in database but where
Anywhere
there?
Code:
 alter table `accounts` add `vip_time` INT NOT NULL;
but how? i have old xampp it's very complicated help!

To go 127.0.0.1/phpmyadmin, login if you aren't logged in then go to your database (ex forgottenserver or server or w/e it's named) next hit SQL in the menu bar at the top, enter the SQL query and press run.
 
Solution
Back
Top