It depends on your version of CI. For < 2.x edit the top level index.php and adjust the error_reporting function to use E_ALL"
For >= 2.x edit the top level index.php and make sure ENVIRONMENT is set as:
which sets the error_reporting to E_ALL.
Create a .htaccess file in your webroot with the following content
Hopefully that should enable your logs.
Make sure to set the values to off and reporting to 0 on your production server :) |
Sunday, 2 October 2016
How to configure Codeigniter to report all errors?
Subscribe to:
Post Comments (Atom)
Installation of Drop Box API on Codigniter
As with the YouTube API the first step in getting this sucker setup is getting a developer key by visiting https://www.dropbox.com/develop...
-
We are going to discuss about how to upload files to remote server in CodeIgniter using CI’s FTP library. This library has limitations – S...
-
I modified to fit with Codeigniter were the data access and XML generation. And in both of these cases it was more about reworking the co...
-
CodeIgniter is an open source rapid development web application framework , for use in building dynamic web sites with PHP. Code...
No comments:
Post a Comment