HTTP ERROR 500 after installing php script

This page isn’t working

nulled-scripto.000webhostapp.com is currently unable to handle this request.

HTTP ERROR 500

CodeIgniter isn’t fully supported on the free plan.

Will reveal the error behind 500

but i installed another codeigniter script before that was perfectly installed.

No problem you better start debugging then.

i tried to above mentioned tutorial then showing000webhost this message

Try adding

```
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
```

Into the PHP file you are having issues with.

This topic was automatically closed after 19 hours. New replies are no longer allowed.