• Resolved Patrick

    (@mortiferr)


    This plugin seems to be causing 500 errors on any posts (in the backend only) and I’m not sure why. Any troubleshooting steps I could follow? I would really love to use this plugin as it looks really awesome!

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    HTTP 500 errors are generic on purpose – to avoid sharing error details with visitors. You would get more information on the error by looking at your web server error logs. Generally, this kind of error is caused by insufficient memory or server performance. PHP / code related issues would show as PHP fatal / warning errors and do not cause HTTP 500 errors – see your web server logs for specific information on the error. The following FAQ would help with PHP / code related errors, but HTTP 500 errors are usually not caused by PHP – they are more likely to be about server memory or somekind of performance time-out (database or remote API connection time-out, for example).

    https://wpsso.com/docs/plugins/wpsso/installation/debugging-and-problem-solving/

    js.

Viewing 1 replies (of 1 total)

The topic ‘500 Error on Posts After Installing Plugins’ is closed to new replies.