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

Nginx block createcharacter 502 Bad Gateway tfs 1.5

Lana613

New Member
Joined
Jan 23, 2025
Messages
19
Reaction score
4
Have any of you encountered this while creating a character?
my log
/var/log/nginx/error.log



2025/02/27 13:04:59 [error] 25874#25874: *52 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/accountmanage
2025/02/27 13:04:59 [error] 25874#25874: *52 upstream sent too big header while reading response header from upstream, client: 1xx.2xx.2xx8.42, server: _, request: "POST /?subtopic=accountmanagement&action=createcharacter HTTP/1.1", upstream: "fastcgi://unix:/run/php/php8.2-fpm.sock:", host: "xxx", referrer: "http://xxx/?subtopic=accountmanagement&action"
 
Back
Top