为什么会出现 CodeIgniter 安装错误

Why CodeIgniter install error occur

我已经在 XAMPP/Ubuntu 环境中安装了 CodeIgniter 3。当我执行相同的操作(复制、启动 apache)并在 Widows 上打开 localhost/ci 目录时,我收到欢迎消息。但是在 Ubuntu 我收到一条消息:

"Your view folder path does not appear to be set correctly. Please open the following file and correct this: index.php"

我刚刚安装了 CI,没有更改任何设置。 UBUNTU 上的错误原因可能是什么(在 Win 上一切正常)

我的配置:

$config['base_url'] = 'http://localhost/ci/index.php';

也许您必须打开文件夹的访问权限,请在您的文件夹中尝试 chmod -R 777 。

对我来说很不幸。我安装的方式是 1. 创建文件夹 (htdocs/ci) 2.解压安装程序到下载 3. 将安装程序文件从 /downloads 粘贴到 ci.

但是当我安装的时候 1.解压安装包 2. RENAME 文件夹我从存档到 CI 都开始正常工作了!