public $error_reporting = 'development';
or
public $error_reporting = 'maximum';
In the last line before the ?> add the following:
ini_set('display_errors',true);
error_reporting( E_ALL );
https://www.collectiveray.com/joomla/joomla-tutorials/joomla-blank-page.html