[imp] Problems with latest horde

Anil Madhavapeddy anil@recoil.org
Tue, 6 Feb 2001 23:35:07 -0000


Eugene Miretsky wrote:

> Warning: Failed opening 'Log.php' for inclusion
> (include_path='..../htdocs/horde/config') in
> ..../htdocs/horde/imp/login.php on line 58
>
> I could not find any file named Log.php under horde
>

Does noone read mailing list archives anymore?  This has come up a
ridiculous number of times now ...

You need to update your PEAR to the latest PHP-cvs.

(checkout php4-cvs)
cd php4
./buildconf
./configure
cd pear
make install

Anil