[whups] Use of undefined constant ...
Marc G. Fournier
scrappy at hub.org
Tue Jul 29 20:38:23 PDT 2003
On Tue, 29 Jul 2003, Chuck Hagenbuch wrote:
> Quoting "Marc G. Fournier" <scrappy at hub.org>:
>
> > 'K, just got it on gollem also ... in both cases, I just have to click on
> > the link to go to the module and the error is generated:
>
> I can't reproduce this.
>
> > Notice: Use of undefined constant PEAR_LOG_INFO - assumed 'PEAR_LOG_INFO' in
> > /usr/local/www/webmail/gollem/login.php on line 54
> >
> > Fatal error: Undefined class name 'vfs' in
> > /usr/local/www/webmail/gollem/login.php on line 103
>
> Either Horde is out of date, or you have something seriously hosed.
I just CVS'd HEAD this afternoon ... and since its finding the databases
and such, I'm assuming that its finding the Pear modules ...
demo# grep -r PEAR_LOG_INFO /usr/local/share/pear
/usr/local/share/pear/Log/composite.php: * PEAR_LOG_NOTICE, PEAR_LOG_INFO, and
/usr/local/share/pear/Log/composite.php: * The default is PEAR_LOG_INFO.
/usr/local/share/pear/Log/composite.php: function log($message, $priority = PEAR_LOG_INFO)
/usr/local/share/pear/Log/console.php: * PEAR_LOG_NOTICE, PEAR_LOG_INFO, and PEAR_LOG_DEBUG.
/usr/local/share/pear/Log/console.php: * The default is PEAR_LOG_INFO.
/usr/local/share/pear/Log/console.php: function log($message, $priority = PEAR_LOG_INFO)
/usr/local/share/pear/Log/file.php: * PEAR_LOG_ERR, PEAR_LOG_WARNING, PEAR_LOG_NOTICE, PEAR_LOG_INFO, and
/usr/local/share/pear/Log/file.php: * PEAR_LOG_DEBUG. The default is PEAR_LOG_INFO.
/usr/local/share/pear/Log/file.php: function log($message, $priority = PEAR_LOG_INFO)
/usr/local/share/pear/Log/mail.php: * PEAR_LOG_NOTICE, PEAR_LOG_INFO, and PEAR_LOG_DEBUG.
/usr/local/share/pear/Log/mail.php: * The default is PEAR_LOG_INFO.
/usr/local/share/pear/Log/mail.php: function log($message, $priority = PEAR_LOG_INFO)
/usr/local/share/pear/Log/mcal.php: * PEAR_LOG_NOTICE, PEAR_LOG_INFO, and PEAR_LOG_DEBUG.
/usr/local/share/pear/Log/mcal.php: * The default is PEAR_LOG_INFO.
/usr/local/share/pear/Log/mcal.php: function log($message, $priority = PEAR_LOG_INFO)
/usr/local/share/pear/Log/observer.php: * to PEAR_LOG_INFO, which listens to everything except PEAR_LOG_DEBUG.
/usr/local/share/pear/Log/observer.php: var $_priority = PEAR_LOG_INFO;
/usr/local/share/pear/Log/observer.php: function Log_observer($priority = PEAR_LOG_INFO)
/usr/local/share/pear/Log/observer.php: function factory($type, $priority = PEAR_LOG_INFO)
/usr/local/share/pear/Log/sql.php: * PEAR_LOG_NOTICE, PEAR_LOG_INFO, and PEAR_LOG_DEBUG.
/usr/local/share/pear/Log/sql.php: * The default is PEAR_LOG_INFO.
/usr/local/share/pear/Log/sql.php: function log($message, $priority = PEAR_LOG_INFO)
/usr/local/share/pear/Log/syslog.php: * PEAR_LOG_NOTICE, PEAR_LOG_INFO, and PEAR_LOG_DEBUG.
/usr/local/share/pear/Log/syslog.php: * The default is PEAR_LOG_INFO.
/usr/local/share/pear/Log/syslog.php: function log($message, $priority = PEAR_LOG_INFO)
/usr/local/share/pear/Log/syslog.php: PEAR_LOG_INFO => LOG_INFO,
/usr/local/share/pear/Log.php:define('PEAR_LOG_INFO', 6);
/usr/local/share/pear/Log.php: function log($message, $priority = PEAR_LOG_INFO)
/usr/local/share/pear/Log.php: PEAR_LOG_INFO => 'info',
More information about the whups
mailing list