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

[ACC MAKER] Install problem

DanJ93

Member
Joined
Dec 25, 2008
Messages
212
Reaction score
19
Notice: Undefined index: page in D:\Programy\xampp\htdocs\install.php on line 40

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

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



install:


40:
Code:
if($_REQUEST['page'] == '' && !isset($_REQUEST['step']))
52:
Code:
if($_REQUEST['page'] == 'menu')
63:
Code:
if($_REQUEST['page'] == 'step') {
 
Last edited:
Go to Xamp /php and search PHP.ini

Search this
Code:
error_reporting =
and replace with this

Code:
error_reporting = E_ALL & ~E_NOTICE | E_STRICT

then restart apache
 
Back
Top