• Resolved gladiator121

    (@gladiator121)


    Hi,

    I have a problem, when completing an order, WooCommerce redirect the page to with a link like that

    /order-received/3674/?key=wc_order_YRHN8szgbnKA7

    But for some reason I am getting 500 error. see it in the link
    https://ibb.co/hf2NB0n

    Any idea how can I debug the issue?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @gladiator121,

    Thanks for sharing the screenshot with your console error.

    500 errors are mainly caused by PHP Fatal Errors. You can search through your server’s error logs to find the exact error and script location.

    This is often caused by a theme or plugin which is referencing a deprecated class/function. The best way to determine this is to:

    • Temporarily switch your theme to Storefront
    • Disable all plugins except for WooCommerce
    • Repeat the action that is causing the problem

    If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated.

    To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict.

    You can find a more detailed explanation on how to do a conflict test here.

    Hope this helps.

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    Just checking if you had a chance to perform a conflict test and look for any fatal errors in the logs that may give a clue on how to debug the issue.

    We’re here if you have any questions.

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    We’ve not heard back from you in a while so I’ll go ahead and mark this thread as resolved. Hopefully, you were able to find a way forward with the issue.

    Please feel free to create a new thread on the forum if you need further help.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error after an successful order’ is closed to new replies.