HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

500 error when sign up

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.

Comments

  • Options

    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.

  • Options

    Fixed !

    Finally found the error log on the 500 response in Firefox console (still nothing in php error log for this specific error...).

       "Code": 0,
       "Exception": "Call to undefined function Garden\\Http\\curl_init()",
       "Class": "Error"
    

    The solution : https://github.com/oerdnj/deb.sury.org/issues/1322

  • Options

    Awesome glad you got it fixed!!

Sign In or Register to comment.