If you get a 500 error in PHP, there is a way to identify the specific error location.
That is to turn on the display_errors setting in the php.ini file. This setting will display the specific location of the error. This makes it easier to identify the cause of the error.