08-08-2012, 12:42 PM
[eluser]PhilTem[/eluser]
Hm... for the files you sent me I can say, that the controller 'test/test' doesn't extend the MY_Controller class but rather the MX_Controller class.
I don't know about the files that originally made problems, but it may be the same typo? MX and MY look pretty similar when reading quickly
PS: It took me 15min. to find that problem. What I did: Loaded the form-validation in the controller's __construct() and assigned $this to form_validation->CI in the same __construct().
Hm... for the files you sent me I can say, that the controller 'test/test' doesn't extend the MY_Controller class but rather the MX_Controller class.
I don't know about the files that originally made problems, but it may be the same typo? MX and MY look pretty similar when reading quickly

PS: It took me 15min. to find that problem. What I did: Loaded the form-validation in the controller's __construct() and assigned $this to form_validation->CI in the same __construct().