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.