neridaj Posted December 12, 2008 Share Posted December 12, 2008 Hey, I'm just trying to get some errors displayed so I can figure out why things aren't working, any help besides a blank page would be appreciated. Thanks, Jason Link to comment https://forums.phpfreaks.com/topic/136767-error_reportinge_all-reports-nothing/ Share on other sites More sharing options...
PFMaBiSmAd Posted December 13, 2008 Share Posted December 13, 2008 You have to set display_errors to ON as well. Blank pages are usually caused by fatal parse errors. To see fatal parse errors, you need to set the error_reporting and display_errors settings before your script is executed, not in your script. Link to comment https://forums.phpfreaks.com/topic/136767-error_reportinge_all-reports-nothing/#findComment-714309 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.