CodeIgniter\Cache\Exceptions\CacheException |
08-15-2021, 07:01 AM
(This post was last modified: 08-15-2021, 07:03 AM by volker. Edit Reason: added the CI version )
I'm running CI (ver 4.1.3) on WIN10. After moving my projects onto a Google Drive (not the old Backup and Sync) I'm getting this error below. This happens when I launch the project using "php spark serve" or using WAMP server and http://localhost.
I googled this error and found all kinds of suggestions changing for Linux machines (changing project folder permission to 777). No suggestions for Win 10. Any help is much appreciated. Code: An uncaught Exception was encountered
If its a Google drive you need to share that folder. Not sure if that is your problem but tryt it.
As far as Windows 10 you should always be logged in as an Administrator. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
I'm running Win10 as Administrator and yes the Codeigniter project resides on a Google Drive. This is what I found out so far:
When running a dir command in Powershell I saw that all files had an archive flag set (a). Once I removed the a-flag, Codeigniter would run. Intermittently it looks like Google Drive adds the a-flag again which then in turn causes Codeignitor to fail again. Why is Codeigniter giving me the Cache error when a file has an archive flag set? |
Welcome Guest, Not a member yet? Register Sign In |