I think if you want to show the error you mentioned that happened on the certain file including the lines, then simply change this following code in main.inc.php file:
ini_set('display_errors',0);
ini_set('display_startup_errors',0);
become:
ini_set('display_errors',1);
ini_set('display_startup_errors',1);
Error that recorded in SysLog page is only for the logic of the system, and not for the PHP error level. CMIIW.
Sincerely,
Masino Sinaga