[HELP] IIS Fix 500.19 error [HELP]

FicoLikeNiko

Member
Jun 30, 2014
33
4
Hello Devbest! :)
I got a error on my IIS
This is how its look like
LspDdeB.png

Or
I hope you know how to fix this! :)
Sorry for my English i'm from Denmark! :D
- FicoLikeNiko
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,744
1,326
Put this on your index.php
PHP:
ini_set('display_errors',1);
error_reporting(E_ALL);
It'll enable error reporting and paste the code. It's probably invalid permissions, or you need to install .Net :eek:
 

FicoLikeNiko

Member
Jun 30, 2014
33
4
Please link to the .NET?
Put this on your index.php
PHP:
ini_set('display_errors',1);
error_reporting(E_ALL);
It'll enable error reporting and paste the code. It's probably invalid permissions, or you need to install .Net :eek:
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,744
1,326
Thanks

 
Its already downloaded. :(
Possibly your permissions. If I were you, you probably followed a tutorial providing a bad flow of things anyways. Uninstall IIS, Mysql, and PHP. Go through and
1) Install IIS
2) Download Web Platform Editor
3) Install PHP 5.6 through Web Platform Editor
4) Install MariaDB through Web Platform Editor
5) Install FastCGI through Web Platform Editor
6) Install Windows Cache Extension through Web Platform Editor
7) Install Recommended Configuration through Web Platform Editor
8) If your CMS has a .htaccess send me a copy of it, and I'll convert it for you
9) Configure as you would
 

Users who are viewing this thread

Top