1453878779 发表于 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

1453878779 发表于 2016-4-26 16:18:31

这个该怎么解决呢

Closer 发表于 2016-4-26 17:04:21

你是這樣呼叫 View 的 ?
$this->load->view('index.php');

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

你那句話是說你的 View 路徑有問題
我只能猜原因是不是這個
页: [1]
查看完整版本: 这个是什么意思怎么解决.求大神