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-errorI know about error_reporting(0);, and ini_set('display_errors', false);, but there is a notice appearing in wordpress: Notice: …
php wordpress error-reportingPHP's mkdir function only returns true and false. Problem is when it returns false. If I'm running with error reporting …
php error-reporting mkdirI've boiled down the problem and made it clean so that it hopefully will be easier for you to help …
php apache apache2 error-reportingGoogle'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-reportingIn my local/development environment, the MySQLi query is performing OK. However, when I upload it on my web host …
php mysqli prepared-statement environment error-reportingSo 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-reportingEven though error_reporting is set to 0, database errors are still being printed to screen. Is there a setting somewhere …
php mysql codeigniter error-reportingI can't seem to disable error reporting in PHP - I have tried everything but "Notice" errors are still displayed. …
php opencart error-reporting ini-setI want PHP to display parse errors on screen. What I get instead is a blank page. Nothing gets written …
php iis-6 error-reporting