INCLUDE problem with latest IMP/Horde

Forrest Aldrich forrie@navipath.com
Tue, 16 Jan 2001 11:01:52 -0500


After configuring HORDE and IMP, per the instructions, we're getting:

Some of IMP's configuration files are missing:
mime.phpThis file controls MIME mappings for IMP, specifically what kinds 
of attachments are viewable and/or downloadable.


This seems to be related to the INCLUDE mechanism from php.ini, which we 
have set to ".:/usr/local/lib/php".   Is there some way to tell IMP/Horde 
to set it's own include path?  I added the path to horde/config here, and 
it still doesn't work.


Further, we run into another problem with:


Warning: Failed opening 'Log.php' for inclusion 
(include_path='.:/usr/local/lib/php:/usr/local/apache/htdocs/horde/config:/usr/local/apache/htdocs/horde/imp/config') 
in /usr/local/apache/htdocs/horde/imp/login.php on line 50

Fatal error: Undefined class name 'log' in 
/usr/local/apache/htdocs/horde/imp/login.php on line 51


The file "Log.php" doesn't exist anywhere in either the horde or imp 
tree.   As you can see, we tried accomodating this include problem from 
php.ini, but this didn't work -- so we've restored it to our local default 
(so not to interfere with other applications).

This is all CVS updated this morning, so the latest code is there.

Is there a fix for any of this?

Thanks,

_F