Posted in

How To Fix Error 500 Internal Server Error?

As the name said it’s 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 if the DB failure or some PHP error

So you need to make sure from 2 things here

1- Enable the debugging mode in Sngine

You can do this from the config file loacted here

includes/config.php

By set it to true instead of false like this

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 erro

If not showed yet and still showing the same 500 internal server error then you need to move to 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.

If you are using cPanel it could provide you a quick way to enable it, Check this video to learn more:

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

That’s it.

Happy Sngine 🙂

Buy Sngine or Extend your support: https://bit.ly/BuySngine