• 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 1.5 TFS CREATE CHARACTER 502 BAD GATEWAY

Fatyga

New Member
Joined
Sep 26, 2020
Messages
3
Reaction score
0
Hi,
I'm fighting with a character create problem. I am based on acc maker gesior. The whole website works, tfs is online. User registration is successful.
When I click on 'create character' I get a bad gateway 502 message. Anyone have any idea how to solve this problem?
1684698610965.png
I spent a lot of hours to fix it.
Please give me wise advice :)
TFS 1.5 / ACC Maker Gesior Version 1.0.3 for TFS 1.5
 
Hi,

This usually means some error happened on the web server (php-fpm)

There should be more info saved in the log file: /var/log/nginx/error.log

Post the corresponding lines from that file here, then we can assist you further.
 
my error.log from nginx

[error] 3946#3946: *51 FastCGI sent in stderr: "PHP message: PHP Deprecated: Return type of Vocations::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/classes/vocations.php on line 106; PHP message: PHP Deprecated: Return type of Vocations::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/classes/vocations.php on line 116; PHP message: PHP Deprecated: Return type of Vocations::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/classes/vocations.php on line 121; PHP message: PHP Deprecated: Return type of Vocations::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/classes/vocations.php on line 126; PHP message: PHP Deprecated: Return type of Vocations::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/classes/vocations.php on line 111; PHP message: PHP Deprecated: Return type of Vocations::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/classes/vocations.php on line 131; PHP message: PHP Warning: Undefined array key "newcharname" in /var/www/html/pages/accountmanagement.php on line 642; PHP message: PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/pages/accountmanagement.php on line 642; PHP message: PHP Warning: Undefined array key "newcharsex" in /var/www/html/pages/accountmanageme
2025/02/25 18:39:53 [error] 3946#3946: *51 upstream sent too big header while reading response header from upstream, client: 37.xx.32.1x9, server: _, request: "GET /?subtopic=accountmanagement&action=createcharacter HTTP/1.1", upstream: "fastcgi://unix:/run/php/php8.2-fpm.sock:", host: "xxxxx"
 
Back
Top