我已经在燃料cms 1.4中使用CI 3 (在我的本地机器中)安装并实施了一个项目,但是我正在遇到问题,我将文件夹的文件复制到Linux服务器上错误如下
消息:
require_once(/sambashare/htdocs/myproject/fuel/application/../../fuel/modules/fuel/models/base_module_model.php): failed to open stream: No such file or directory
Filename: models/Home_banners.php
Line Number: 2
Backtrace:
File: /sambashare/htdocs/myproject/fuel/application/models/Home_banners.php
Line: 2
Function: _error_handler
File: /sambashare/htdocs/myproject/fuel/application/models/Home_banners.php
Line: 2
Function: require_once
File: /sambashare/htdocs/myproject/fuel/modules/fuel/core/Loader.php
Line: 237
Function: model
File: /sambashare/htdocs/myproject/fuel/modules/fuel/core/Loader.php
Line: 262
Function: model
File: /sambashare/htdocs/myproject/fuel/modules/fuel/core/Loader.php
Line: 224
Function: models
File: /sambashare/htdocs/myproject/fuel/application/controllers/Home.php
Line: 19
Function: model
File: /sambashare/htdocs/myproject/index.php
Line: 365
Function: require_once
我修复了所有已知配置,发现实际文件名是 文件夹中的Base_module_model.php使第一个字符大写 导致错误。
我该怎么办?
答案 0 :(得分:0)