500 Internal Server Error

Website URL

bit.ct.ws

Error Message

GET
http://bit.ct.ws/
[HTTP/1.1 500 Internal Server Error 72ms]

Other Information

Uhm page is empty… It is an web application where you can create an account and create wishes for christmas (it was for private use). I am using php, and Databases.

<?php ini_set('display_errors', 1); error_reporting(E_ALL); //Existing code ?>
1 Like

i deleted your account because i dont want this.

A HTTP ERROR 500 means that your PHP code has crashed. The first step is to figure out why it crashed so you can try to fix that, and to do that, you can enable error messages for PHP.

The code that @gamegam is one way to do it, but it’s simpler to just configure it through our panel, or use .htaccess rules.

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.