09-06-2010, 01:36 PM
[eluser]brixxster[/eluser]
Hello guys,
Everything works fine locally but when I uploaded my files to the server I get an error:
Does it have to do with how I call the custom library in my controller?
The actual file that it's looking for is..
Please help. Does it have to do with the filename?
Thanks in advance.
Hello guys,
Everything works fine locally but when I uploaded my files to the server I get an error:
Code:
Unable to load the requested class: my_form_validation
Does it have to do with how I call the custom library in my controller?
Code:
$this->load->library('my_form_validation');
The actual file that it's looking for is..
Quote:application/libraries/MY_Form_validation.php
Please help. Does it have to do with the filename?
Thanks in advance.