• 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 ACC Problem (Instal.php)

Sarrowflame

New Member
Joined
Mar 20, 2011
Messages
3
Reaction score
0
The error:

Notice: Undefined index: page in install.php on line 40

Notice: Undefined index: page in install.php on line 52

Notice: Undefined index: page in install.php on line 63

The install.php lines:

40 - if($_REQUEST['page'] == '' && !isset($_REQUEST['step']))

52 - if($_REQUEST['page'] == 'menu')

63 - if($_REQUEST['page'] == 'step') {

Hope someone can help me whit this problem:D
 
goto xamp / php then edit the file php.ini then desactive the notice ..

change it
error_reporting = E_ALL

for it

error_reporting = E_ALL & ~E_NOTICE


The error:

Notice: Undefined index: page in install.php on line 40

Notice: Undefined index: page in install.php on line 52

Notice: Undefined index: page in install.php on line 63

The install.php lines:

40 - if($_REQUEST['page'] == '' && !isset($_REQUEST['step']))

52 - if($_REQUEST['page'] == 'menu')

63 - if($_REQUEST['page'] == 'step') {

Hope someone can help me whit this problem:D
 
Back
Top