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

AAC Gesior 2012 for tfs 1.5 error in installation

3alola1

I don't have time
Joined
Sep 2, 2010
Messages
768
Solutions
7
Reaction score
331
Location
Darashia
I just got @Gesior.pl 2012 AAC but this error always come to me whenever I go to the last step which is setting admin account Im using tfs 1.5 nekiro downgrade 8.6
1732893938447.webp
Edit:Also using xampp the last version
 
Last edited:
Solution
Solution
You must disable deprecated/warning reporting in PHP config. There is a lot of not initialized variables in Gesior2012 and reads of not existing array keys.
I didn't finish fixes to make Gesior2012 100% compatible with PHP 8.1 yet, but I have fixed classes:
So it is better to use an older version of xampp that has php 8.0 ?
 
So it is better to use an older version of xampp that has php 8.0 ?
With these 3 classes replaced acc. maker should work even on PHP 8.3, but it will show a lot of warnings/notices/deprecates. On Linux by default these messages are saved in file on HDD, not printed on website, so players don't see them.

XAMPP is for website developers, not for hosting, so it by default shows all messages on website.
I did never use UniServerZ, but maybe it's by default configured for hosting and it won't show these error messages on website.
 
With these 3 classes replaced acc. maker should work even on PHP 8.3, but it will show a lot of warnings/notices/deprecates. On Linux by default these messages are saved in file on HDD, not printed on website, so players don't see them.

XAMPP is for website developers, not for hosting, so it by default shows all messages on website.
I did never use UniServerZ, but maybe it's by default configured for hosting and it won't show these error messages on website.
Thank you so much
 
Back
Top