[horde] [newbie] errors installing (pear?)

Jan Schneider jan at horde.org
Wed Sep 11 00:23:44 PDT 2002


Zitat von izzk at netcourrier.com:

> i have to say that i put a tmp folders includinf a horde.log (chmod 777)
> in almost every directory, doesn't help.

Did you also specify the path to the log file in $conf['log']['name']? What
happens if you set $conf['log']['enabled'] to false?
 
> 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 ...

This just means that the safe mode is enabled by default but explicitely
turned off globally. So only the base_dir restrictions apply to you.
 
> 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

This is definitely wrong, in your case the correct patch would be
.:/home/sites/site76/web/horde/imp/pear
to match the restrictions in open_base_dir. You can see that this doesn't
work as the Horde test.php page doesn't find the PEAR files at all.

But it seems your hoster provides an own PEAR in /usr/lib/php. Try if this
one is recent enough by don't changing the include_path locally.
 
Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft


More information about the horde mailing list