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

izzk at netcourrier.com izzk at netcourrier.com
Wed Sep 11 00:48:07 PDT 2002


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 ...}


Zitat von izzk at netcourrier.com:

> Warning: open_basedir restriction in effect. File is in wrong directory
> in /home/sites/site76/web/horde/imp/pear/Log/file.php on line 48

You're hoster enabled PHP's safe mode that might cause some problems with
Horde/IMP.

You should check the phpinfo page from test.php, see if there is an entry
for open_basedir, if all pear files are under this directory and if the
include_path is locally correct.

Jan.

-------------------------------------------------------------
NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
Minitel: 3615 NETCOURRIER (0,15 € TTC/min)



More information about the horde mailing list