Top "Error-reporting" questions

How do I get PHP errors to display?

I have checked my PHP ini file (php.ini) and display_errors is set and also error reporting is E_…

php error-handling syntax-error error-reporting
Remove warning messages in PHP

I have some PHP code. When I run it, a warning message appears. How can I remove/suppress/ignore these …

php warnings error-reporting
PHP's white screen of death

Quite often I will try and run a PHP script and just get a blank screen back. No error message; …

php error-handling error-reporting wsod
PHP not displaying errors even though display_errors = On

I have a Ubuntu server running Apache2 with PHP 5. In the php.ini I set display_errors = On and error_…

php apache error-reporting
How to display errors on laravel 4?

I'm trying to create an app on Laravel 4 beta but I can't debug it because it doesn't show any error, …

debugging laravel error-reporting laravel-4
PHP FPM returns HTTP 500 for all PHP errors

I am running nginx with PHP-FPM. My nginx configuration for handling php files looks like this: location ~ \.php$ { set $php_…

php nginx error-reporting
Application_Error in global.asax not catching errors in WebAPI

For a project I am working on, one of the things we're implementing is something that we have code for …

c# asp.net .net asp.net-web-api error-reporting
PHP 5.4: disable warning "Creating default object from empty value"

I want to migrate code from PHP 5.2 to 5.4. This worked fine so far except that all the code I use …

php error-reporting
What are the reasons why PHP would echo errors, even with error_reporting(0)?

What are some reasons why PHP would force errors to show, no matter what you tell it to disable? I …

php error-reporting ini-set
php error reporting Uninitialized string offset: 0

i am doing a stuff in php and not it is debug mode. So i am us error_reporting(E_…

php error-reporting