Archive for November, 2007
Simon Dominic
Unable to locate the model 에러
CodeIgniter에서 Unable to locate the model 같은 이상한 에러가 나는 경우.
여기 에 나온 바와 같이 system 파일은 model_name.php 에서 Model파일 이름을 Lowercase로 강제해서 찾아서 생기는 문제. windows에서는 대소문자 구별이 없기 때문에 에러가 나지 않지만, Linux에서 DelfaultModel.php같은 걸로 이름 적어 놓으면 저런 에러가 뜬다.
나름 실수할까봐 만든 배려 같은데... 유저가이드에는 안보이는 듯...
Tags:CodeIgniter Unable to locate the model Error