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

Geisor install problem

Mindez

Creator of WoL
Joined
Jun 17, 2007
Messages
119
Reaction score
0
At http://127.0.0.1/install.php/

Notice: Undefined index: page in C:\wamp\www\acc\install.php on line 40

Notice: Undefined index: page in C:\wamp\www\acc\install.php on line 53

Notice: Undefined index: page in C:\wamp\www\acc\install.php on line 67


Does anyone know how to fix this? I've recently reinstalled a number of programs including PHP, Apache, MySQL etc
 
Open install.php and look for lines 40,53,67 should be written what was wrong while installing ;)
 
No, this problem does not appear while installing - it appears when I load the page install.php

Anyway, here's the lines:

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

Line 53: if($_REQUEST['page'] == 'menu') {

Line 67: if($_REQUEST['page'] == 'step') {
 
Last edited:
Back
Top