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

[How-To] Fix Installing Problems With Geisor.

strix raider

New Member
Joined
Mar 1, 2009
Messages
39
Reaction score
0
If you are trying to install Geisor ACC manager and get these following errors:

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

You should add this

PHP:
error_reporting( E_ALL & ~E_NOTICE );


To your Install.php
Code:
C:\xampp\htdocs\install.php

And to your Index.php
Code:
C:\xampp\htdocs\index.php

I'm aware of that this has been posted around OTLAND but I couldn't find any specific thread.


A thank you would be awesome! :)
 
Last edited:
Back
Top Bottom