PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
For some reason my error reporting doesn't display on the screen any more it just stores them in my error logs...It used to always display an error for any type of mistake now i just get white screens....
I put :
Note: Although display_errors may be set at runtime (with ini_set()), it won't have any affect if the script has fatal errors. This is because the desired runtime action does not get executed.
If you have Fatal Errors being logged, then this is why they are not being displayed.