[horde] [newbie] errors installing (pear?)
Mike Cochrane
mike at graftonhall.co.nz
Tue Sep 10 18:40:13 PDT 2002
If i remember your original error message correctly it related to not having
access to the location you specified for your horde log file. I think you set it
to '/tmp/horde.log' which is not within the basedir you have accees to.
set the log file in horde's config file to a location within your basedir.
If i'm totally off and can't remember right then just ignore me :-)
- Mike :-)
> ----- Message from izzk at netcourrier.com ---------
>
> Thanks for the answers i get.
>
>
> i have to say that i put a tmp folders includinf a horde.log (chmod 777) in
> almost every directory, doesn't help.
>
> my php info is here
> http://www.davreux.com/dev/info.php
> what i do not understand is it says
> '--enable-safe-mode'
> but also : safe_mode Off Off
> so i do not know if safe mode is on ...
>
> it also says :
> open_basedir .:/home/sites/ .:/home/sites/
> this is not bad as it is the begining of the right path
> wich shall be /home/sites/site76/web/horde/imp/pear/
>
> i also tryed
> php_value include_path "site76/web/horde/imp/pear"
> and
> php_value include_path ".:/site76/web/horde/imp/pear"
> and
> php_value include_path "horde/imp/pear"
> in the horde/.htaccess but ... nothing's better
>
> any idea ?
>
> i'm speeding up the search of a new provider to solve the problem, but when
> phpinfo is available for their offer, it doesn't says if pear is included or
> not ... ;(
>
> Thanks for your help.
>
> Alain
>
> PS
>
> about the first message i get asking about searching line 48 well it seems to
> be just a call to a pear function :
> // {{{ open()
> /**
> * Opens the logfile for appending, if it has not already been opened.
> * If the file doesn't already exist, attempt to create it. This is
> * implicitly called by log(), if necessary.
> */
> function open () {
> if (!$this->opened) {
> $this->fp = fopen($this->filename, 'a');
> $this->opened = true;
> }
> }
> // }}}
>
> well, this doesn't help much ...}
>
>
More information about the horde
mailing list