• 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 Installing Gesior Account Issue

splifus

New Member
Joined
Oct 18, 2007
Messages
122
Reaction score
3
Location
Canada
I used to simply copy'N'paste Website info into htdoc file and go to my web browser > localhost > follow step by step to install it

now I get these error, I tried multiple website apps and I always get the same error

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

I changed my config.ini with the path of my server.
There is those 3 lines (40,52,63) from install.php

Line 40 :
PHP:
if($_REQUEST['page'] == '' && !isset($_REQUEST['step']))
Line 52 :
PHP:
if($_REQUEST['page'] == 'menu')
Line 63 :
PHP:
if($_REQUEST['page'] == 'step') {

Any idea?
 
Last edited:
I fixed my first problem but another one showd up :| I tried to search around I seen around 20 thread with similar problem not no1 had a real answer to fix this

Help me out please?
 
Code:
Notice: Undefined index: page in C:\xampp\htdocs\xd\install\install.php on line 40

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

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

how2fix it?
 

Similar threads

Back
Top