Summary | PEAR Log module not present = silent error |
Queue | Horde Base |
Queue Version | 3.0.9 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | hordebug_stan (at) brinkerhoff (dot) org |
Created | 01/13/2006 (7146 days ago) |
Due | |
Updated | 01/13/2006 (7146 days ago) |
Assigned | |
Resolved | 01/13/2006 (7146 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
with an error message, such as VIEW ERROR LOG. It just dies with no
message. Other parts of Horde are a bit smarter.
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ PEAR Log module not present = silent error
Queue ⇒ Horde Base
fail after configuration when the Log pear module is not present.
With display_errors on here is the error:
Warning: main(Log.php): failed to open stream: No such file or
directory in /var/www/shtml/horde/lib/Horde.php on line 3
Warning: main(): Failed opening 'Log.php' for inclusion
(include_path='/var/www/shtml/horde/lib:.:/usr/share/pear') in
/var/www/shtml/horde/lib/Horde.php on line 3
A fatal error has occurred
Failed to import Horde configuration: Notice: Use of undefined
constant PEAR_LOG_NOTICE - assumed 'PEAR_LOG_NOTICE' in
/var/www/shtml/horde/config/conf.php on line 33
Installing pear log fixed this, but perhaps horde should verbosely
complain instead of silently failing when errors are disabled?