• 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 install.php problem..

Wraskly

Member
Joined
Jun 17, 2010
Messages
244
Reaction score
7
When i do localhost/install.php it gives me this error right away. Please help!

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 53

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


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

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

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