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

[HELP] Geisor 0.3.8

Gollum

ayy lmao
Joined
Jun 27, 2012
Messages
40
Reaction score
0
Hello there, i need some help. When i try to set a admin acc , this shows up :

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

What should i do? Please help me.
 
Execute this in PMA.

Code:
[COLOR=#333333]ALTER table `accounts` add `vip_time` INT NOT NULL;[/COLOR]
 
Back
Top