Home > Backend Development > PHP Tutorial > Solution to the error message Error with CACHE directory in Codeigniter_PHP Tutorial

Solution to the error message Error with CACHE directory in Codeigniter_PHP Tutorial

WBOY
Release: 2016-07-13 10:28:33
Original
765 people have browsed it

If the following error message appears when accessing the Codeigniter project:

Error with CACHE directory.

Check the permissions of the cache directory and you will find

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

At this time, just change it to readable and writable ,

# chmod 777 cache

Problem solved.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/788617.htmlTechArticleIf the following error message appears when accessing the Codeigniter project: Error with CACHE directory. Check the permissions of the cache directory. Found drwxr-xr-x 3 root root 4096 Mar 1 13:53 ca...
Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template