Home  >  Article  >  Backend Development  >  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
WBOYOriginal
2016-07-13 10:28:33715browse

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...
Statement:
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