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

Linux Website... intalll.php

Glidarn

Member
Joined
May 9, 2009
Messages
970
Reaction score
16
Location
Åkersberga, Sweden
I am following this tutorial on how to setup a website but i'm getting this errro



LUA:
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

And i can't post the script since its to long...



It shouldnt be linux..
 
What Version Of Xampp Are You Using?

If 1.7.4 So Try 1.7.3 I think It Would Work

Rep++ If I Helped
 
Last edited by a moderator:
Add
PHP:
error_reporting( E_ALL & ~E_NOTICE );
to the top of both index.php and install.php (just below the PHP opening tag (<?, <?PHP or <?php)).
 
Back
Top