You are not logged in.
Pages: 1
I am getting many 5xx errors from the forums today, Are others having 500 series errors from Nginx when trying to load pages?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Online
No actual errors with Firefox but I do experience blank pages after posting, a refresh brings the page back. It's intermittent though.
Jin, Jiyan, Azadî
Offline
Had those a bunch of times the last several days as well. Usually fixed by a refresh but quite common
Offline
getting 500 here as well from time to time across all over the board and action
is the bbs hosted behind a reverse load balancer?
Offline
I also get sporadically blank pages when changing pages here.
F5 fixes it for me, though it is a minor nuisance to have to press it after every other click on a link here.
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
Yes the BBS is hosted behind a nginx, see the relevant configuration in the infrastructure repo: https://gitlab.archlinux.org/archlinux/ … type=heads
If this keeps being a problem I can look into it ..
Offline
well, I'm no expert in this setup - but the frontend usually throws a 500 when there's some issue in the communication with the backend like the backend throwing some errors itself
maybe worth a shot looking into the logs what happens at the backend when the frontend presents a 500
Offline
Dec 15 13:00:51 bbs.archlinux.org php[111268]: PHP Fatal error: Uncaught mysqli_sql_exception: Record has changed since last read in table 'fluxbb_online' in>
Dec 15 13:00:51 bbs.archlinux.org php[111183]: thrown in /srv/http/fluxbb/include/dblayer/mysqli_innodb.php on line 79
Dec 15 13:00:51 bbs.archlinux.org php[111183]: #4 {main}
Dec 15 13:00:51 bbs.archlinux.org php[111183]: #3 /srv/http/fluxbb/viewtopic.php(10): require('...')
Dec 15 13:00:51 bbs.archlinux.org php[111183]: #2 /srv/http/fluxbb/include/common.php(162): update_users_online()
Dec 15 13:00:51 bbs.archlinux.org php[111183]: #1 /srv/http/fluxbb/include/functions.php(485): DBLayer->query()
Dec 15 13:00:51 bbs.archlinux.org php[111183]: #0 /srv/http/fluxbb/include/dblayer/mysqli_innodb.php(79): mysqli_query()
I have now disabled snapshot isolation, as this could possibly fix the issue: https://mariadb.com/kb/en/mariadb-11-6- … es/#innodb
Offline
Thanks Gromit
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Online
Pages: 1