Open MuckerMayhem opened 5 years ago
Should also be noted that our bans table is very, very large. Not sure if that plays a part.
Managed to fix this by upping the fastcgi_buffers, page now has a lot of undefined offset errors but the bans are showing up. Will close this since it wasn't an issue with the page (more or less).
This can be solved either with pagination or limiting the bans to say the latest 50 bans. I will work on updating this
In trying to open Bans from the main page, I get a 404 error. NGINX error logging has this logged after the attempts to open it:
2019/09/24 20:16:43 [error] 20386#0: *118202 upstream sent too big header while reading response header from upstream, client: CLIENTIP, server: SERVERIP, request: "GET /webdb/bans.php HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm/www.sock:", host: "SERVERIP", referrer: "http://SERVERIP/webdb/index.php" 2019/09/24 20:16:43 [error] 20386#0: *118202 open() "/var/www/html/50x.html" failed (2: No such file or directory), client: SERVERIP, server: SERVERIP, request: "GET /webdb/bans.php HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm/www.sock", host: "SERVERIP", referrer: "http://SERVERIP/webdb/index.php"