Even though error_reporting is set to 0, database errors are still being printed to screen. Is there a setting somewhere I can change to disable database error reporting? This i
You can edit the /errors/db_error.php file under the application directory - that is the template included for DB errors.
However, you should really just fix the errors.