cornelombaard Posted May 12, 2008 Share Posted May 12, 2008 I have created a page in php and when I access the file I don't see anything. I then removed a faulty line and the page worked fine. How do I get the errors to show since I'm going to look forever for a mistake if the page is very long? I have turned error reporting on in php.ini but it still doesn't work. What do I do Please? Link to comment https://forums.phpfreaks.com/topic/105287-if-theres-errors-in-the-csript-nothing-shows-not-even-the-page/ Share on other sites More sharing options...
BlueSkyIS Posted May 12, 2008 Share Posted May 12, 2008 did you reboot apache after you turned error reporting on? is there any code at the top of your PHP file that turns error reporting off? Link to comment https://forums.phpfreaks.com/topic/105287-if-theres-errors-in-the-csript-nothing-shows-not-even-the-page/#findComment-539133 Share on other sites More sharing options...
Fadion Posted May 12, 2008 Share Posted May 12, 2008 Also, did u do these: error_reporting = E_ALL and display_errors = On Link to comment https://forums.phpfreaks.com/topic/105287-if-theres-errors-in-the-csript-nothing-shows-not-even-the-page/#findComment-539136 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.