[HELP] Error 500 - Internal Server Error

Reecers

King of RP's duhhh
Nov 11, 2017
40
2
Hello, when I go onto my site I get the following error:
You must be registered for see images attach

can anyone help please
 

Mythic

Member
Jan 27, 2018
33
15
This can have several reasons.
Please enable error reporting for PHP by setting the following commands right in the first two lines after the <?php in your index.php or Core Configuration file.
Code:
ini_set("display_errors", 1);
error_reporting(E_ALL);
Then visit the page again.
Please make sure aswell that you installed URL Rewrite 2.0 in IIS and that your web.config is not broken.
 

Reecers

King of RP's duhhh
Nov 11, 2017
40
2
This can have several reasons.
Please enable error reporting for PHP by setting the following commands right in the first two lines after the <?php in your index.php or Core Configuration file.
Code:
ini_set("display_errors", 1);
error_reporting(E_ALL);
Then visit the page again.
Please make sure aswell that you installed URL Rewrite 2.0 in IIS and that your web.config is not broken.

How can i make sure web.config isnt broken?
 

Users who are viewing this thread

Top