s0c0 Posted February 6, 2007 Share Posted February 6, 2007 I recently upgraded all the way from Suse 10 to Suse 10.2. It seems the default for the version of PHP5 I installed from yast disables error reporting to the browser. I would like it enabled but I cannot figure out how to do this! Can someone help me out please. It is very annoying having to check a log file vs clicking refresh on the browser to debug an app. Let me know if you'd like me to post the php.ini file. Link to comment https://forums.phpfreaks.com/topic/37238-how-to-enable-error-reporting-to-the-browser-php-5/ Share on other sites More sharing options...
fert Posted February 6, 2007 Share Posted February 6, 2007 change display_errors to on in the php.ini Link to comment https://forums.phpfreaks.com/topic/37238-how-to-enable-error-reporting-to-the-browser-php-5/#findComment-177882 Share on other sites More sharing options...
s0c0 Posted February 6, 2007 Author Share Posted February 6, 2007 Thats actually the first thing I checked. Link to comment https://forums.phpfreaks.com/topic/37238-how-to-enable-error-reporting-to-the-browser-php-5/#findComment-177981 Share on other sites More sharing options...
JasonLewis Posted February 6, 2007 Share Posted February 6, 2007 also check your error_reporting. if you want it to report everything use this: error_reporting = E_ALL but some things are stupid, like telling you a variable that hasnt been defined, although some consider this to be important. which it can... sometimes... Link to comment https://forums.phpfreaks.com/topic/37238-how-to-enable-error-reporting-to-the-browser-php-5/#findComment-177985 Share on other sites More sharing options...
s0c0 Posted February 6, 2007 Author Share Posted February 6, 2007 Not sure if I tried that, but I will. Perhaps this is some Suse specific stuff since it defaulted to this. In that case I may try the suse users list. Link to comment https://forums.phpfreaks.com/topic/37238-how-to-enable-error-reporting-to-the-browser-php-5/#findComment-178435 Share on other sites More sharing options...
s0c0 Posted February 9, 2007 Author Share Posted February 9, 2007 funk it. I'll learn to live with it. Link to comment https://forums.phpfreaks.com/topic/37238-how-to-enable-error-reporting-to-the-browser-php-5/#findComment-180434 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.