[horde] Empty log file?

Carl, Brian bcarl at icrc-detroit.net
Fri Nov 1 05:23:40 PST 2002


Hmm.  That doesn't seem to help either.  Here are some more details:

System: Red Hat 8.0, Apache 2.0.40, PHP 4.2.2, MySQL 3.23.52, Horde 2.1,
Chora 1.1

Pear packages:
+----------------+---------+--------+
| Package        | Version | State  |
| Archive_Tar    | 0.9     | stable |
| Console_Getopt | 1.0     | stable |
| DB             | 1.3     | stable |
| Log            | 1.5     | stable |
| Mail           | 1.0.1   | stable |
| Net_SMTP       | 1.0     | stable |
| Net_Socket     | 1.0.1   | stable |
| PEAR           | 1.0b1   | stable |
| XML_Parser     | 1.0     | stable |
| XML_RPC        | 1.0.4   | stable |
+----------------+---------+--------+

horde/config/horde.php:
$conf['log']['enabled'] = true;
$conf['log']['type'] = 'file';
$conf['log']['name'] = '/var/www/html/horde/log/horde.log';
  (that directory's permissions are: drwxr-xr-x    2 apache   apache)
$conf['log']['priority'] = LOG_INFO;

php.ini:
error_reporting  =  E_ALL & ~E_NOTICE
display_errors = On
display_startup_errors = Off
log_errors = On
error_log = /var/www/php-log/php.log
  (that directory's permissions are: drwxr-xr-x    2 apache   apache)

What's happening:
* I try to log in with an invalid user/password, and nothing happens -- and
nothing gets logged
* I go to the Chora "home" page, and see the repositories (CVSROOTs) I've
configured, but when I click on a folder to drill down, I get a 404 -- but
nothing gets logged


Help, please!

/brc

-----Original Message-----
From: Eric Rostetter [mailto:eric.rostetter at physics.utexas.edu]
Sent: Thursday, October 31, 2002 5:24 PM
To: horde at lists.horde.org
Subject: Re: [horde] Empty log file?


Quoting "Carl, Brian" <bcarl at icrc-detroit.net>:

> I've got horde and chora installed, and having problems with chora -- but
I
> think those are CVS related.
> 
> However, my horde log file always stays empty (exists, but is 0 bytes),
even
> though the interface is giving errors.
> 
> Clues?

Set up php error logging in your php.ini file, and then check those errors.

Relevant settings are probably:

log_errors = On
error_log = syslog
display_errors = On
error_reporting = 7

Can't give any clues since you didn't say what errors you are seeing, or if
you've looked for errors in the html returned, etc.
 

> Thanks,
> /brc

-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!

-- 
Horde mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org


More information about the horde mailing list