用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1039|回复: 2
收起左侧

[版本 3.x] 这个是什么意思怎么解决.求大神

[复制链接]
发表于 2016-4-26 16:13:20 | 显示全部楼层 |阅读模式
Your view folder path does not appear to be set correctly. Please open the following file and correct this: index.php
 楼主| 发表于 2016-4-26 16:18:31 | 显示全部楼层
这个该怎么解决呢
发表于 2016-4-26 17:04:21 | 显示全部楼层
你是這樣呼叫 View 的 ?
$this->load->view('index.php');

CI 是這樣呼叫的 :
$this->load->view('index');

你那句話是說你的 View 路徑有問題
我只能猜原因是不是這個

本版积分规则