HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
500 error when sign up
P3ter
New
Hello
We have some troubles with registration on https://forum.pluxml.org. When I try to sign up I have the 500 error below on nginx access.log, but nothing on error.log neither on the Firefox console. We are blocked on the register page.
86.198.0.92 - - [29/Feb/2020:19:56:03 +0100] "POST /entry/register HTTP/2.0" 500 112 "https://forum.pluxml.org/entry/register" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0"
We use Vanilla 3.3, Php7.3 and Nginx 1.14.
Tagged:
0
Comments
if your server is returning a 500 there has to be an error logged somewhere. Can you make sure your PHP settings are enabled to show errors. My hosting provider always puts our error logs for the site in the root of the site.
Fixed !
Finally found the error log on the 500 response in Firefox console (still nothing in php error log for this specific error...).
The solution : https://github.com/oerdnj/deb.sury.org/issues/1322
Awesome glad you got it fixed!!