Internal Server Error

From Wiki
Jump to navigation Jump to search

Display error on screen when website shows ISE 500

ini_set('error_reporting', E_ERROR); register_shutdown_function("fatal_handler"); function fatal_handler() { $error = error_get_last(); echo(""); print_r($error); }