Jump to content

How to enable error reporting to the browser PHP 5


s0c0

Recommended Posts

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.

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.