Public bug reported:

Binary package hint: horde3

I installed and configured horde3 today and after all the configuration
setup, I saw this error in the browser:

Use of undefined constant PEAR_LOG_ERROR - assumed 'PEAR_LOG_ERROR' in
/usr/share/horde3/lib/Horde/Group.php on line 400

>From what I can see, /usr/share/php/Log.php defines not PEAR_LOG_ERROR, but 
>PEAR_LOG_ERR:
define('PEAR_LOG_ERR',      3); 

So, I manually changed line 400 in Group.php like this:
400c400
<                 Horde::logMessage($groups, __FILE__, __LINE__, 
PEAR_LOG_ERROR);
---
>                 Horde::logMessage($groups, __FILE__, __LINE__, PEAR_LOG_ERR);

...and the error goes away.

** Affects: horde3 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
PEAR_LOG logging errors in horde
https://bugs.launchpad.net/bugs/193153
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to