Welcome Guest, Not a member yet? Register   Sign In
session_start(): Failed to initialize storage module
#2

(01-17-2021, 04:53 AM)richb201 Wrote: Any idea what this is and how to fix it? This is a brand new server setup. I am thinking that perhaps I don't have the ability to write to /app/application/cache? 

You’re right, it’s probably because the cache directory doesn’t have the right permissions. Make sure it is writable. If this is on Linux or macOS, you can change the permissions with “chmod 755 cache”. Google “chmod” for more informations. You can also read the section on file persmissions in this article I wrote: https://includebeer.com/en/blog/the-chec...list-chmod
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
RE: session_start(): Failed to initialize storage module - by includebeer - 01-18-2021, 05:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB