• 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] 0.3.4 (beta4) fixed v5

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 53

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

please fix this :S

download xampp 1.7.3
 
My version is 1.7.4

Don't listen to comments telling you to download lower versions, the software is updated for a reason. Check this out and do it:

Add the following code snippet at the top of your install.php and index.php files (just below the <? or <?PHP tag).
PHP:
error_reporting( E_ALL & ~E_NOTICE );
 
Add samples to DB:
Added first news ticker.
Added first news.

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'skulltime' in 'field list'' in C:\xampp\htdocs\install.php:528 Stack trace: #0 C:\xampp\htdocs\install.php(528): PDO->query('INSERT INTO pla...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 528
 
Back
Top