• Sngine Community Message
    Sngine Community is currently operating in its beta phase, which means that we are actively working on configuring and optimizing various aspects of this community. As we continue to refine our features and functionality, please be aware that changes may occur unexpectedly or without prior notification. We appreciate your understanding and patience during this development period, as we strive to create the best possible experience for all members.

How To Fix Error 500: Internal Server Error

As the name suggests, it’s an internal server error; the 500 is the HTTP response code

All you need to do now is to show the actual error which leads to that error like as a DB failure or a PHP error

So you need to make sure of 2 things here

1- Enable the debugging mode in Sngine​

You can do this from the config file located here

includes/config.php

By setting it to true instead of false like this
config-1024x337.webp

Note: Don’t forget to set it back to false after you finish

Then try to reload the page or the URL with the error to see the error

If it's been shown yet and is still showing the same 500 internal server error, then you need to move to the next point

2- Enable PHP Display Errors:​

You will need to enable display_errors flag in your PHP configuration, and disabled by default, so you will need to contact your server admin or hosting support for this.

At the end, you will be able to see the actual error that causing the 500 Internal Server Error.
 

Donate: Campaign

Total amount
$0.00
Goal
$60.00
Back
Top