• 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 [AAC] Problems!

Maximum___

New Member
Joined
Feb 10, 2008
Messages
15
Reaction score
1
Every time i try to start the "installation" of the aacpage i get this error... can someone please tell me how i can fix it?
Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 42

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

Notice: Undefined index: page in C:\xampp\htdocs\install.php on line 73
 
Goto xampp\php\php.ini
Open your php.ini with a texteditor, notepad, notepad++,...

Hit Cntrl + F (search file) and search for:

Code:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED


Replace this line to:

Code:
error_reporting = E_ALL & ~E_NOTICE | E_STRICT


Next, save your php.ini and restart xampp/Apache.
 
Back
Top