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

Problem Gesior-AAC-0.6.3

Naaano201

Member
Joined
Jun 5, 2011
Messages
241
Reaction score
8
Location
Barcelona
With version 0.6.2 from gesior acc all works fine but with version 0.6.3 from gesior acc at step 3 it doesn't add tables and columns to DB.

I don't touch nothing just downloaded and tried to install.

Someone can help me?
 
Xampp 1.7.3 + Gesior 0.6.3 + Your POT folder + your install.php =
PHP:
Warning: parse_ini_file(config/config.ini) [function.parse-ini-file]: failed to open stream: No such file or directory in C:\xampp\htdocs\install\install.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\install\install.php:2) in C:\xampp\htdocs\install\install.php on line 3
 
Man i fixed that problem with "pot" folder.
Code:
Warning: include(pot/OTS.php): failed to open stream: No such file or directory in D:\Daniel\aSerwer TFS\xampp 1.8.0\htdocs\install\install.php on line 196

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

Fatal error: Class 'POT' not found in D:\Daniel\aSerwer TFS\xampp 1.8.0\htdocs\install\install.php on line 198
Just put "POT" folder to htdocs/install/pot
POT folder is in htdocs/libs/pot
Enjoy next step.
 
yes instalaltion complete
but now site http://localhost/ is empty blank ! not load gesior acc
solution of this is put POT folder to main gesior acc folder, in xampp htdocs/ or www folder in uniserver
but site still don't working fine 100%, some functions doesn't work (can't be loaded) like change log , createaccount
it's strange :p
 
Last edited:
Back
Top