I am working on a PHP script locally that has a bug in it somewhere.
I am developing locally using the latest version of XAMPP. Whenever the script causes an error I simply get a white blank page.
Is there a way I can get the error printed to the screen?
I have checked Apache and PHP and as far as I can see I have error reporting enabled.
When I receive the white error screen nothing is logged to the Apache or PHP log files.
Makes it very frustrating trying to debug the script.
Would it be a browser thing? I am using FireFox.
Any tips would be greatly appreciated.
Thanks