0

我已经在fuel 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,因此第一个字符的大写导致错误。

我能做些什么呢???

4

1 回答 1

0

该文件名在 1.4 中应大写。 http://forum.getfuelcms.com/discussion/2725/deployment-issue-with-fuel-cms-3#Item_4

于 2017-07-28T14:11:33.460 回答