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.
http://www.bkjia.com/PHPjc/788617.htmlwww.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