[imp] Undefined class name 'log' error
Rodolfo Segleau
segleaur@mechanus.org
Fri, 16 Aug 2002 17:52:31 -0500
> ----- Message from srinivas.rao@umb.edu ---------
> Date: Fri, 16 Aug 2002 17:47:47 -0400
> From: Srinivas Nyayapati <srinivas.rao@umb.edu>
> Reply-To: Srinivas Nyayapati <srinivas.rao@umb.edu>
> Subject: [imp] Undefined class name 'log' error
> To: imp@lists.horde.org
>
<snip>
> Warning: Failed opening 'Log.php' for inclusion
> (include_path='.:/usr/local/lib/php') in /var/www/horde/lib/Horde.php on
> line 145
>
> Fatal error: Undefined class name 'log' in /var/www/horde/lib/Horde.php
> on line 155
>
> I created the Log.php file in /usr/local/lib/php and got rid of the
> first error. I can't get rid of the second error. Can anybody help me?
>
> Thank you in advance
>
> Srinivas Rao
Srinivas,
Make sure you have the pear module Log installed. You can install it with:
pear install Log
I believe this is in the FAQ, but not 100% sure.
Cheers,
Rodolfo