I am having an issue when I have a php application that is returning an internal server error (500) however nothing is showing up in the error log.
Now I know there
If you still have 500 error and no logs you can try to execute from command line:
php -f file.php
it will not work exactly like in a browser (from server) but if there is syntax error in your code, you will see error message in console.