500 Kesalahan PHP

/* Find Mistakes in your code or Database connection */
/* Enable Show Errors From Apache Server */
/* Try Debugging */
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
/* Check Your .htaccess for errors try emptying it for a while */
Undefined