【PHP】Codeigniter : Unable to locate the model you have specified

产生这个问题一般两个原因:

1. google到的结果,类名文件必须小写。 可参考http://codeigniter.org.cn/forums/thread-9941-1-1.html

 

2. 这个是google了一圈都没说到的,linux目录访问权限导致!

      排除命名问题之后,请ls查看目录权限,是否对www-data用户有读写权限

 

Unable to locate the model you have specified: some_model

 



 

你可能感兴趣的:(CodeIgniter)