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-reportingI have some PHP code. When I run it, a warning message appears. How can I remove/suppress/ignore these …
php warnings error-reportingQuite often I will try and run a PHP script and just get a blank screen back. No error message; …
php error-handling error-reporting wsodI have a Ubuntu server running Apache2 with PHP 5. In the php.ini I set display_errors = On and error_…
php apache error-reportingI'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-4I am running nginx with PHP-FPM. My nginx configuration for handling php files looks like this: location ~ \.php$ { set $php_…
php nginx error-reportingFor 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-reportingI 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-reportingWhat are some reasons why PHP would force errors to show, no matter what you tell it to disable? I …
php error-reporting ini-seti am doing a stuff in php and not it is debug mode. So i am us error_reporting(E_…
php error-reporting