Welcome Guest, Not a member yet? Register   Sign In
Unable to load helpers
#1

[eluser]koryrok[/eluser]
Hi All,

I'm moving my CI application from a windows machine over to LAMP and everything seems to be working fine except for a few custom helpers I created. I get the following error:

Quote:Unable to load the requested file: helpers/myfunctions_helper.php

I've verified all custom helpers are FTPd over to the new LAMP environment and I've also tried copying the helpers from system/application/helpers into the core helpers directory and no luck... anyone know why I could be getting this error?

Thanks,
Kory
#2

[eluser]pistolPete[/eluser]
Are file permissions set correctly?
Does the file name contain uppercase chars?
Linux file systems usually are case sensitive whereas Windows is not.
#3

[eluser]koryrok[/eluser]
Hi pistolPete,

I just renamed my helper to all lower case it worked. (although I was previously calling it from autoload the same way as it was named myFunctions_helper.php >Sad )

Thanks!
#4

[eluser]Colin Williams[/eluser]
CI's naming conventions are well defined to prevent this very issue.




Theme © iAndrew 2016 - Forum software by © MyBB