Error reporting and debugging in codeigniter Posted on January 7, 2012 by Bansal Sumit | 0 Comments To Turn off Debugging Set the db_debug value(in the application/config/database.php config file) to false To Turn off Error reporting Set the Envirement value(in the top of the main index.php) to…Read more »