Re: [PHP] Random permission strangeness

2006-03-09 Thread Paul Scott
On Fri, 2006-03-10 at 16:00 +1100, Chris wrote: > If you can produce a small test case might be time for a bug report. It > shouldn't give you "permission denied" errors. > Will work on it over the weekend. I am going to try something dead simple with the session stuff and see what I can do with

Re: [PHP] Random permission strangeness

2006-03-09 Thread Chris
Paul Scott wrote: On Fri, 2006-03-10 at 10:26 +1100, Chris wrote: If you leave your browser open for 20 mins or something and then try to log in, does that replicate it? Ah hah! The plot thickens! It seems that I can: 1. Launch the app - thereby starting the initial session 2. Leave the

Re: [PHP] Random permission strangeness

2006-03-09 Thread Paul Scott
On Fri, 2006-03-10 at 10:26 +1100, Chris wrote: > If you leave your browser open for 20 mins or something and then try to > log in, does that replicate it? > Ah hah! The plot thickens! It seems that I can: 1. Launch the app - thereby starting the initial session 2. Leave the session to time o

Re: [PHP] Random permission strangeness

2006-03-09 Thread Chris
Paul Scott wrote: On Thu, 2006-03-09 at 16:05 +1100, Chris wrote: What's the whole error message (ie context)? Is it coming from cron or randomly in your scripts? From Xdebug... Its random. I am just thinking though that what it *might* be is that the initial session is timing out between

Re: [PHP] Random permission strangeness

2006-03-08 Thread Paul Scott
On Thu, 2006-03-09 at 16:05 +1100, Chris wrote: > What's the whole error message (ie context)? Is it coming from cron or > randomly in your scripts? >From Xdebug... Its random. I am just thinking though that what it *might* be is that the initial session is timing out between the app launch and

Re: [PHP] Random permission strangeness

2006-03-08 Thread Chris
Paul Scott wrote: I am pretty much randomly getting the following error: .. ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13) in ... As far as I can see the session write directory has no problems with permissions. The *really* strange thing is that it only fails a