CristalT
7/22/2019 - 8:48 PM

Display errors

Add this block at the begining of the PHP file

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