当我尝试在Codeigniter中调用某个控制器时,我遇到了以下错误。
我已将我的网站上传到托管,我也尝试找到要编辑的解决方案
PHP.ini中
; UNIX: "/path1:/path2"
include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
include_path = ".;c:\php\includes"
但它仍然不适合我,而且我还检查路由和配置它有一些metter。 托管让我更改PHP的版本我尝试从旧版本更改为最新版本和PHP.ini但仍然相同
注意:在我的Localhost上工作很好;
我错误的配置或我的编码是因为我得到了这个(错误 - 11-30-14 13:01:35 - > 404找不到页面:注册//索引)其中//在我输入控制名称
后,索引总是自动添加遇到PHP错误
Severity: Warning
Message: include(application/views/errorshtml/error_404.php): failed to open stream: No such file or directory
Filename: core/Exceptions.php
Line Number: 169
并且
A PHP Error was encountered
Severity: Warning
Message: include(): Failed opening 'application/views/errorshtml/error_404.php' for inclusion (include_path='.;c:\php\includes')
Filename: core/Exceptions.php
Line Number: 169
我该怎么办? 请帮忙