ABooooo
10/6/2019 - 8:11 PM

White page erroe

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