PHP troubleshooting
From KOP KB
Put these two lines at the top of any php file possibly having errors but not showing them
error_reporting(E_ALL);
ini_set('display_errors', 1);
Put these two lines at the top of any php file possibly having errors but not showing them
error_reporting(E_ALL);
ini_set('display_errors', 1);