CodeIgniter PHP Model Access “Unable to locate the model you have specified”

前端 未结 16 1279
耶瑟儿~
耶瑟儿~ 2020-11-30 02:10

I have been trying to load some models for this website I am building. However, for an unknown reason, it will bring the following error :

An Error Was Encou         


        
16条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 02:20

    you must change your model name first letter capital. in localhost small letter work properly but online this not work. for exa:

    common_model.php
    

    replaced it to

    Common_model.php
    

提交回复
热议问题