Hi,

I've setup an install so the cake and app folder are in the /etc/
folder and the webroot/tmp/config folders are in the webroot (so many
sites can share the same codebase).

I'm getting the following errors however:


Warning (2): session_start() [function.session-start]: open(/tmp/
sess_0da65f3698c6c25541f21b127669dccc, O_RDWR) failed: Permission
denied (13) [CORE/cake/libs/session.php, line 539]

Warning (2): session_start() [function.session-start]: Cannot send
session cache limiter - headers already sent (output started at /home/
site/etc/cake/basics.php:111) [CORE/cake/libs/session.php, line 539]

Warning (2): Unknown: open(/tmp/sess_0da65f3698c6c25541f21b127669dccc,
O_RDWR) failed: Permission denied (13) [Unknown, line ??]

Warning (2): Unknown: Failed to write session data (files). Please
verify that the current setting of session.save_path is correct ()
[Unknown, line ??]



I'm guessing to fix it I need to adjust the session.save_path so that
it points to the new tmp folder? Where can I update this?

If not, can anybody suggest a fix? The sessions folder is set to 755
so it should be writeable (I also tried 777). I have searched but
nothing has worked.

Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to