• 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.6.3 and 0.6.2 problem!

Snooczek

New Member
Joined
Apr 29, 2011
Messages
15
Reaction score
0
Location
Poland
Hello! After step 2 (Check database connection) in 0.6.3 I'm getting this bug:
Code:
Warning: include(pot/OTS.php) [function.include]: failed to open stream: No such file or directory in D:\xampp\htdocs\install\install.php on line 196

Warning: include() [function.include]: Failed opening 'pot/OTS.php' for inclusion (include_path='.;D:\xampp\php\PEAR:../libs') in D:\xampp\htdocs\install\install.php on line 196

Fatal error: Class 'POT' not found in D:\xampp\htdocs\install\install.php on line 198

After this I decided to try older version 0.6.2. Everything se up very well and site runs correctly but when I'm pressing login (with wroted passwords already) there comes another bug!
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'reason' in 'field list'' in D:\xampp\htdocs\pot\OTS_AccountBan.php:55 Stack trace: #0 D:\xampp\htdocs\pot\OTS_AccountBan.php(55): PDO->query('SELECT `id`, `t...') #1 D:\xampp\htdocs\pot\OTS_Account.php(935): OTS_AccountBan->find('2') #2 D:\xampp\htdocs\accountmanagement.php(32): OTS_Account->isBanned() #3 D:\xampp\htdocs\index.php(156): include('D:\xampp\htdocs...') #4 {main} thrown in D:\xampp\htdocs\pot\OTS_AccountBan.php on line 55

Keep in mind that before this I had another bug:
Code:
Notice: Undefined index: page in D:\xampp\htdocs\install.php on line 40

Notice: Undefined index: page in D:\xampp\htdocs\install.php on line 52

Notice: Undefined index: page in D:\xampp\htdocs\install.php on line 63

The solution was easy, just replace this in xampp/php/php.ini
Code:
error_reporting = E_ALL | E_STRICT

to:

Code:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

Please, help me!
 
Back
Top