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

zayat

New Member
Joined
May 12, 2009
Messages
347
Reaction score
2
Code:
Notice: Undefined index: page in D:\xampp\htdocs\install.php on line 40

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

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

When I open http://localhost/install.php I get this error UP
 
Add this to index.php and install.php.
PHP:
error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
 
Back
Top