08-24-2022, 01:43 PM
try changing error_reporting and display_errors in your config.inc.php file
around the top you will see them
around the top you will see them
PHP Code:
error_reporting(-1);
ini_set('display_errors', 1);
Joe
TSolucio
TSolucio