I had this problem on PHP 5.1 on Debian Sarge. I had to upgrade to 5.2 to solve it. Otherwise it is a permissions problem.
Geoff -- http://lemoncake.wordpress.com On Jul 19, 11:26 pm, francky06l <[EMAIL PROTECTED]> wrote: > Seems related to authorization on your temp directory (session files > are usually stored in the temp directory defined in Apache .. ). Check > if you have the rights on this directory, use chmod to change it. > > On Jul 19, 2:53 pm, kashish <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > I am working in Cake-PHP.I am sometime getting the following error > > when the session expires or when i try to logout. > > > Notice: session_start() [function.session-start]: > > ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied > > (13) in /home/cake/libs/session.php on line 154 > > > Can anybody help me where i am making the mistake in code. > > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
