• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

server error 500

mykoman

New Pleskian
Hello All,
I just built a wordpress website and uploaded to. I am yet to assign a domain name to it. I tried to preview the website but i keep getting server error 500. I need your help please
 
Hello Koman,

500 Error is a PHP Error. It means there is a problem with any of your php files or application.

For security reasons, you will not see the actual PHP error on your pages except through your log files ...
Instead, you can always find the exact reported errors by navigating to your error logs ..

The error could be as a result of a broken database connection link, you might need to verify and check that ALL your DB settings are correct.

*If you need my help to check it out for you, just ask :)
 
There's actually many reasons why you could get a server 500 error and not just PHP related (although it could be part of it. For an example, a plugin that was solely designed to work with Linux and never took the Windows environment into consideration, although miner you can normally modify the code to work).

To troubleshoot this correctly I would recommend that you check out the following articles that talks about enabling tracing and troubleshooting server error codes.

http://www.iis.net/learn/troublesho...cing/troubleshoot-with-failed-request-tracing
http://www.iis.net/learn/troublesho...shooting-failed-requests-using-tracing-in-iis

The more we know about the actual error by looking at the trace logs and what not the better chances we can pinpoint the fix.
 
Back
Top