I have a problem sort of like this. I wonder if upgrading would fix it. Every once in a while, I will get a session error if I leave the page open too long and then try to navigate to another page. I am presuming, the amount of time that I have to be idle is dependant upon the security settings in app/config/core.php
Then other times, if I click a link, I just get a blank page lol. I am going to see if I have the latest version and upgrade if not, thanks for the tip. On Jul 19, 4:03 pm, Geoff Ford <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
