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

Install gesior 0.3.8

perwal

New Member
Joined
Jul 14, 2011
Messages
65
Reaction score
1
Location
Poland Torun
Hiho, when i can install my web localhost/install.php i see it:

Code:
Notice: Undefined index: page in D:\Kamikadze Serwer\XAMPP\htdocs\install.php on line 40

Notice: Undefined index: page in D:\Kamikadze Serwer\XAMPP\htdocs\install.php on line 52

Notice: Undefined index: page in D:\Kamikadze Serwer\XAMPP\htdocs\install.php on line 63

I use xampp 1.7.7
 
Goto xampp\php\php.ini
Open your php.ini with a texteditor, notepad, notepad++,...

Hit Cntrl + F (search file) and search for:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
Replace this line to:
error_reporting = E_ALL & ~E_NOTICE | E_STRICT
Next, save your php.ini and restart xampp/Apache.

Rep++

Kind Regards,
 
Back
Top