Install c5 using xampp in mac os x

Permalink
I can't continue install the concrete5.

Problems I encountered:

Supports concrete5 request URLs
Writable Files and Configuration Directories

1 Attachment

 
core77 replied on at Permalink Best Answer Reply
Simply make the directory which you installed concrete in (/Applications/XAMPP/xamppfiles/htdocs/concrete5) writable for everyone.

In Mac OS finder: Mark the install dir and press CMD + I. At the bottom you can set the read and write permission for everyone. But don't forget to set it with the gear icon for all subfolders and files!

On localhost you can do that with your concrete5 folder. On your live webserver you change that permission for only 3 folders. Files, packages and another one...
Junryl replied on at Permalink Reply
I already set the read and write permissions but I still got these errors. The two items I mention in my post are still not checked.

Warning: session_start(): open(/var/folders/1x/_btz9s41381cdzz41ty0r5fm0000gn/T//sess_6obre6qf5snb078cgd3565jvn4, O_RDWR) failed: Permission denied (13) in /Applications/XAMPP/xamppfiles/htdocs/concrete5/concrete/startup/session.php on line 36

Warning: Unknown: open(/var/folders/1x/_btz9s41381cdzz41ty0r5fm0000gn/T//sess_6obre6qf5snb078cgd3565jvn4, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/folders/1x/_btz9s41381cdzz41ty0r5fm0000gn/T/) in Unknown on line 0
Junryl replied on at Permalink Reply
Got it working now. Thanks.