Home Backend Development PHP Tutorial Codeigniter出现错误提示Error with CACHE directory的解决方案_php实例

Codeigniter出现错误提示Error with CACHE directory的解决方案_php实例

May 17, 2016 am 08:42 AM
codeigniter solution Error message

Codeigniter项目访问时如果出现如下错误提示:

Error with CACHE directory.

检查一下cache目录的权限,就会发现

drwxr-xr-x  3 root root 4096 Mar  1 13:53 cache

这时候只要将其改为可读写

# chmod 777 cache

问题解决。

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Solution for Win11 unable to install Chinese language pack Solution for Win11 unable to install Chinese language pack Mar 09, 2024 am 09:15 AM

Solution for Win11 unable to install Chinese language pack

Reasons and solutions for scipy library installation failure Reasons and solutions for scipy library installation failure Feb 22, 2024 pm 06:27 PM

Reasons and solutions for scipy library installation failure

An effective solution to solve the problem of garbled characters caused by Oracle character set modification An effective solution to solve the problem of garbled characters caused by Oracle character set modification Mar 03, 2024 am 09:57 AM

An effective solution to solve the problem of garbled characters caused by Oracle character set modification

Oracle NVL function common problems and solutions Oracle NVL function common problems and solutions Mar 10, 2024 am 08:42 AM

Oracle NVL function common problems and solutions

Resolve Unable to start application properly error code 0xc000007b Resolve Unable to start application properly error code 0xc000007b Feb 20, 2024 pm 01:24 PM

Resolve Unable to start application properly error code 0xc000007b

Implementing Machine Learning Algorithms in C++: Common Challenges and Solutions Implementing Machine Learning Algorithms in C++: Common Challenges and Solutions Jun 03, 2024 pm 01:25 PM

Implementing Machine Learning Algorithms in C++: Common Challenges and Solutions

Common causes and solutions for Chinese garbled characters in MySQL installation Common causes and solutions for Chinese garbled characters in MySQL installation Mar 02, 2024 am 09:00 AM

Common causes and solutions for Chinese garbled characters in MySQL installation

Solution: The operating system is not found in the virtual machine. Solution: The operating system is not found in the virtual machine. Feb 19, 2024 am 09:28 AM

Solution: The operating system is not found in the virtual machine.

See all articles