Top "Error-reporting" questions

PHP not displaying errors - Internal Server Error (500)

I've set up a fresh install of Ubuntu Server 12.04 LTS on Amazon AWS with *Apache2/MySQL/PHP5. When I run …

php ubuntu-12.04 error-reporting internal-server-error
How can I stop PHP notices from appearing in wordpress?

I know about error_reporting(0);, and ini_set('display_errors', false);, but there is a notice appearing in wordpress: Notice: …

php wordpress error-reporting
How to find a reason when mkdir fails from PHP?

PHP's mkdir function only returns true and false. Problem is when it returns false. If I'm running with error reporting …

php error-reporting mkdir
Not displaying PHP errors

I've boiled down the problem and made it clean so that it hopefully will be easier for you to help …

php apache apache2 error-reporting
Why is exception handling bad?

Google's Go language has no exceptions as a design choice, and Linus of Linux fame has called exceptions crap. Why?

exception exception-handling error-handling error-reporting
Turn error reporting ON xampp

So I have xampp and the thing won't report anything at all... I even forced an error and it didn't …

php error-handling xampp error-reporting
How to turn off mysql errors from being displayed to screen in CodeIgniter

Even though error_reporting is set to 0, database errors are still being printed to screen. Is there a setting somewhere …

php mysql codeigniter error-reporting
Can't disable error reporting in OpenCart (PHP)

I can't seem to disable error reporting in PHP - I have tried everything but "Notice" errors are still displayed. …

php opencart error-reporting ini-set
Parse errors are not displayed

I want PHP to display parse errors on screen. What I get instead is a blank page. Nothing gets written …

php iis-6 error-reporting