Welcome Guest, Not a member yet? Register   Sign In
DreamHost class loading case sensitive?
#1

[eluser]taewoo[/eluser]
Hi everyone.
I've tested my code (works just fine on my laptop) and have uploaded the code Dreamhost. It's giving me this error:

Code:
An Error Was Encountered

Unable to load the requested class: db_session


The one in my CI is "./application/libraries/DB_Session.php"
This might be a case sensitive issue? Any suggestions?
#2

[eluser]Rick Jolly[/eluser]
Yes, Linux is case sensitive. CI expects the first letter of library classes and filenames to be uppercase, and the other letters lower case.http://ellislab.com/codeigniter/user-gui...aries.html




Theme © iAndrew 2016 - Forum software by © MyBB