Welcome Guest, Not a member yet? Register   Sign In
Error Messages not showing on extended core controller
#3

[eluser]n1colius[/eluser]
well, i didn't have any other setting in that controller that would hide the error messages.
i did include this "Admin_Controller" so that CI can load it, in the end of my /application/config/config.php file
with this code

Code:
function __autoload($class){
   if(strpos($class, 'CI_') !== 0){
      @include_once( APPPATH . 'core/'. $class . EXT );
   }
}

i don't think it have anything to do with the dispay_error setting though.


Messages In This Thread
Error Messages not showing on extended core controller - by El Forum - 12-24-2012, 02:34 AM
Error Messages not showing on extended core controller - by El Forum - 12-24-2012, 06:13 PM
Error Messages not showing on extended core controller - by El Forum - 12-25-2012, 01:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB