Top "Error-reporting" questions

how to enable error reporting in laravel 4.2 for debugging

I just have installed new laravel 4.2 using composer. I make syntax mistake deliberately on my router.php to see if …

php error-handling laravel-4 error-reporting
Error reporting while running under IIS

I am trying to get my install of PHP under IIS to display errors, but I'm having no luck at …

php error-reporting
I want codeigniter to echo php errors instead of 500 internal error

I have currently set my Codeigniter root index.php's environment variable to development. And I haven't also enabled tiny URL …

php codeigniter error-reporting
PHP warning: headers already sent in Unknown

I'm looking for things that might trigger the following PHP warning: PHP Warning: Cannot modify header information - headers already …

php error-reporting
Undefined Index Error Reporting in WAMP and PHP

I'm using wamp to develop a php application. My problem is that everytime I call a variable that sometimes happens …

php wamp error-reporting
Difference between error_reporting() and ini_set('error_reporting')?

When using error_reporting() or ini_set('error_reporting') in my scripts, are there any functionality differences between the two? …

php error-reporting
How to output the reason for a PHP file open failure

I'm trying to debug a huge, antiquated (circa 2001) PHP web service and I'm encountering file open failures. The fopen call …

php fopen error-reporting
PHP Error Reporting Production vs Development

What is best practice when setting error reporting on development and production applications? At the moment I have the following: // …

php error-reporting
How to change error reporting level in Laravel 4?

How can i change the PHP error_reporting in L4? I found this http://forums.laravel.io/viewtopic.php?id=6072, …

php laravel laravel-4 error-reporting
PHP error suppression is being ignored

My current php.ini file is set to report all errors other than deprecation and strict standards as follows: error_…

php error-reporting error-suppression