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

Problem with Gesior AAC 0.3.6 r54

picachu

Member
Joined
Dec 2, 2007
Messages
970
Reaction score
11
Hi guys
i'm using gesior aac 0.3.6 r54!

but when i try to acess my website to install
it give this error:

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


help
using xampp latest version 1.7.4

[i tried 3 version differents of gesior]
 
Last edited:
Hey

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