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

Windows Geisor 0.3.8 Set up Admin

dresing9

New Member
Joined
Feb 28, 2009
Messages
5
Reaction score
0
Hi there!

I decided to use Geisor instead of Nicaw becaused it bugged for me :s
anyway... When I follow the setup guide and reach "task-5" - "Set Admin Account" I get this error when i type in a password:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'vip_time' in 'field list'' in C:\Users\Dresing\Downloads\xampplite\htdocs\pot\OTS_Account.php:237 Stack trace: #0 C:\Users\Dresing\Downloads\xampplite\htdocs\pot\OTS_Account.php(237): PDO->query('SELECT `id`, `n...') #1 C:\Users\Dresing\Downloads\xampplite\htdocs\install.php(572): OTS_Account->load(1) #2 {main} thrown in C:\Users\Dresing\Downloads\xampplite\htdocs\pot\OTS_Account.php on line 237


Please help me out!

Repp ++
 
login on localhost/phpmyadmin
select your database
then in SQL execute this comand
Code:
ALTER TABLE `accounts` ADD `vip_time` INT( 11 ) NOT NULL DEFAULT '0';
 
Back
Top