We can enable the private PHP error logging by using following code in the .htaccess file
# enable PHP error logging
php_flag log_errors on
php_value error_log /home/path/public_html/domain/PHP_errors.log
Note : The PHP_errors.log file needs to be permission 755 or 777.
If you have any questions, simple make a reply to this thread and will help you to resolve all queries.