[dev] Unused preferences?

Anil Madhavapeddy anil@recoil.org
Tue, 11 Sep 2001 08:01:08 +0100


On Mon, Sep 10, 2001 at 04:05:41PM -0600, Michael M Slusarz wrote:
> Quoting Anil Madhavapeddy <anil@recoil.org>:
> 
> > > -----
> > > $conf['cache']['driver'] = 'file';
> > > 
> > > // Any parameters that the caching driver needs.
> > > $conf['cache']['params'] = array();
> > > $conf['cache']['params']['dir'] = '/httpd/tmp';
> > > -----
> > > 
> > 
> > Does /httpd/tmp actually exist?  Is it a directory?
> > 
> 
> It exists.  It is where php stores its temporary session files.  It's also 
> where IMP/other horde components store their logs.  So its not a problem with 
> permissions or anything like that either.
> 

Any chance you could put a few var_dump()s around the
various parameters passed to Horde::getTempFile() and
post the results here?  You can find the function in
horde/lib/Horde.php

Anil