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, Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.