Calorus Posted October 28, 2008 Share Posted October 28, 2008 Hi All, Hope someone can help with this, for some reason, if PHP hits an Error it just stops processing the page, i.e. the PHP and the HTML, even if the script has Error Handling in it. Is there any way to configure a verbose error message which will actually tell me where the issue is? Thanks in advance, Link to comment https://forums.phpfreaks.com/topic/130411-php-stops-outputting-code/ Share on other sites More sharing options...
corbin Posted October 28, 2008 Share Posted October 28, 2008 error_reporting(E_ALL); ini_set('display_errors', 'On'); More info: http://php.net/error_reporting Link to comment https://forums.phpfreaks.com/topic/130411-php-stops-outputting-code/#findComment-676469 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.