CodeIgniter Forums
CI 3.x Folder Permissions? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: CI 3.x Folder Permissions? (/showthread.php?tid=66656)



CI 3.x Folder Permissions? - VikRubenfeld - 11-17-2016

I've updated from CI 2.x-> CI 3.x. It went quite quickly.

I've updated my production server and as expected am getting a permissions error:

Quote:Message: mkdir(): Permission denied
Filename: drivers/Session_files_driver.php
Line Number: 136

Where is the docs page that describes what folders need to be set to what permissions? I was just searching the docs for "permissions", but nothing relevant seemed to come up.

Thanks in advance for the info!


RE: CI 3.x Folder Permissions? - VikRubenfeld - 11-17-2016

Update-- I solved the error message. However, if there's a docs page about folder permissions, I'd like to look at it for further reference. Smile


RE: CI 3.x Folder Permissions? - Narf - 11-18-2016

There's no single page telling you to set permissions for a list of directories, because no such directories exist. They're all configurable, you decide which directories to use ...

The config file contains instructions for this, and so does the Session library docs ...


RE: CI 3.x Folder Permissions? - VikRubenfeld - 11-18-2016

Excellent. Thanks for this info.