Fuel cms 1.4 的部署问题
deployment issue with fuel cms 1.4
我已经在 fuel cms 1.4 中安装并实施了一个项目 CI 3(在我的本地机器上)运行良好,但我在复制 pestled 时遇到问题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
i fixed all known configuration an found that the actual file name is
Base_module_model.php in folder so capitalization of first character
is causing the error .
我能为它做些什么???
我已经在 fuel cms 1.4 中安装并实施了一个项目 CI 3(在我的本地机器上)运行良好,但我在复制 pestled 时遇到问题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
i fixed all known configuration an found that the actual file name is Base_module_model.php in folder so capitalization of first character is causing the error .
我能为它做些什么???