alexsavory / clockworkplugins

Download Master:
https://github.com/trurascalz/clockworkplugins/archive/master.zip
6 stars 11 forks source link

Bans.php 404 Error #10

Open MuckerMayhem opened 5 years ago

MuckerMayhem commented 5 years ago

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"

MuckerMayhem commented 5 years ago

Should also be noted that our bans table is very, very large. Not sure if that plays a part.

MuckerMayhem commented 5 years ago

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).

alexsavory commented 5 years ago

This can be solved either with pagination or limiting the bans to say the latest 50 bans. I will work on updating this