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

Execute in your database

your data base dont heave the vip_time row, execute this query:

ALTER TABLE `accounts` ADD viptime INT(15) NOT NULL DEFAULT 0;

Still getting this
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 F:\xampp\xampp\htdocs\Gesior ACC 0.3.8\pot\OTS_Account.php:237 Stack trace: #0 F:\xampp\xampp\htdocs\Gesior ACC 0.3.8\pot\OTS_Account.php(237): PDO->query('SELECT `id`, `n...') #1 F:\xampp\xampp\htdocs\Gesior ACC 0.3.8\install.php(572): OTS_Account->load(1) #2 {main} thrown in F:\xampp\xampp\htdocs\Gesior ACC 0.3.8\pot\OTS_Account.php on line 237
 
Using this database.sql.
will complete a successful installation.


After downloading and testing out the database i now get this error.
Code:
Fatal error: Call to undefined method OTS_Player::isOnline() in F:\xampp\xampp\htdocs\accountmanagement.php on line 75

Heres line 75
Code:
if($account_player->getOldName())  <-- 74
                                        $main_content .= '<font color="red"><b> [ NAMELOCK:</b> Wait for GM, new name: <b>'.$account_player->getOldName().' ]</b></font>';
                                else   <- 76
 
Im new to this and get error

Code:
Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 40

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 52

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 63

what to do now?
 
Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 40

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 52

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 63


how to do ?
 
Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 40

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 52

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 63

error here too, :( how fix it ?
 
Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 40

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 52

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 63


how to do ?
Open your xampp folder, open php folder and edit in text editor file php.ini
Find line with:
error_reporting =
and replace this line (text after = too) with:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
make sure that ; is not a first letter in this line!
Open XAMPP Control and restart Apache or if you don't know how just restart PC ;)

EDIT:
If it helped please post about it or press 'Likes', because I did not test this code. I just copied code from my working version of xampp (old).
 
Last edited:
This is so strange to setup.. Whats wrong now?

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


Help me out please
 
Last edited:
i have big problem to instal it can someon help
i got this

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 40

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 52

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 63
 
Open your xampp folder, open php folder and edit in text editor file php.ini
Find line with:
error_reporting =
and replace this line (text after = too) with:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
make sure that ; is not a first letter in this line!
Open XAMPP Control and restart Apache or if you don't know how just restart PC ;)

EDIT:
If it helped please post about it or press 'Likes', because I did not test this code. I just copied code from my working version of xampp (old).


still it shows Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 40

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 52

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 63

doesnt work :/
 
I got this problem, can anyone help, Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' 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
 
Help!

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 40

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 52

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 63

What it wrong?
 
Everyone who has that:

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

USE THIS IN SQL :
alter table `accounts` add `vip_time` INT NOT NULL;

If You have this:

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 40

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 52

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 63

Instal Xampp 1.6.6

I've this errors and after this steps it works for me! Thanks ;]
 
Back
Top