• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

xampp install website problem

madzor11

New Member
Joined
May 7, 2011
Messages
29
Reaction score
0
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



This comes up, someone knows? :D
 
Fix:
Originally Posted by Gesior.pl
Open your xampp folder, open php folder and edit in text editor file php.ini
Find line with:
error_reporting =
and replace this line (text after = too) with:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
make sure that ; is not a first letter in this line!
Open XAMPP Control and restart Apache or if you don't know how just restart PC
If you have more problemos visit this it may help yoaau:

http://otland.net/f479/fixes-some-basic-fixes-problems-lot-new-starters-have-gesior-acc-155357/
 
Back
Top