[chora] No files listed in chora under windows with subversion??

Valery Derongs valery_derongs at qvc.com
Thu Nov 29 17:22:18 UTC 2007


Chuck Hagenbuch <chuck <at> horde.org> writes:

> 
> Quoting Valery Derongs <valery_derongs <at> qvc.com>:
> 
> > It's all running from my workstation as a svn server, and the path is a
> > repository not a checkout (ie. I can only see its content using a svn client,
> > otherwise all I get are the usual "conf dav db hooks locks" folders)
> 
> Okay. The default Horde log file is /tmp/horde.log; if you look at the  
> log configuration in horde/config/conf.php you'll see what it is on  
> your system. There might be useful error messages there. If Chora  
> can't execute svn it should be giving you an error message, but it  
> might be logged instead. Check Apache's error log also.
> 
> -chuck


horde's conf.php bit about the log is as you described:

$conf['log']['priority'] = PEAR_LOG_NOTICE;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;

I also just discovered that log you described in my c:\tmp folder !!
Unfortunately, nothing exciting aside a trace of a problem with session/cookies
that i fixed earlier on (by making $conf['cookie']['domain'] = ''; )

here's my horde.log's entire content:

Nov 29 15:07:57 HORDE [emergency] [horde] Session cookies will not work without
a FQDN and with a non-empty cookie domain. Either use a fully qualified domain
name like "http://www.example.com" instead of "http://example" only, or set the
cookie domain in the Horde configuration to an empty value, or enable non-cookie
(url-based) sessions in the Horde configuration. [on line 1224 of "C:\Program
Files\Apache Software Foundation\Apache2.2\htdocs\horde\lib\Horde.php"]
Nov 29 15:09:56 HORDE [emergency] [horde] Session cookies will not work without
a FQDN and with a non-empty cookie domain. Either use a fully qualified domain
name like "http://www.example.com" instead of "http://example" only, or set the
cookie domain in the Horde configuration to an empty value, or enable non-cookie
(url-based) sessions in the Horde configuration. [on line 1224 of "C:\Program
Files\Apache Software Foundation\Apache2.2\htdocs\horde\lib\Horde.php"]
Nov 29 15:10:06 HORDE [emergency] [horde] Session cookies will not work without
a FQDN and with a non-empty cookie domain. Either use a fully qualified domain
name like "http://www.example.com" instead of "http://example" only, or set the
cookie domain in the Horde configuration to an empty value, or enable non-cookie
(url-based) sessions in the Horde configuration. [on line 1224 of "C:\Program
Files\Apache Software Foundation\Apache2.2\htdocs\horde\lib\Horde.php"]
Nov 29 15:16:15 HORDE [notice] [horde] User  [127.0.0.1] logged out of Horde [on
line 59 of "C:\Program Files\Apache Software
Foundation\Apache2.2\htdocs\horde\login.php"]
Nov 29 15:18:49 HORDE [notice] [horde] User Administrator [127.0.0.1] logged out
of Horde [on line 59 of "C:\Program Files\Apache Software
Foundation\Apache2.2\htdocs\horde\login.php"]
Nov 29 15:28:37 HORDE [notice] [horde] User Administrator [127.0.0.1] logged out
of Horde [on line 59 of "C:\Program Files\Apache Software
Foundation\Apache2.2\htdocs\horde\login.php"]


My apache's error.log is spotless clean apart from my apache service's restarts
traces. In fact I have been keeping an eye on it since my initial struggle with
PEAR...

I just did another apache restart and here's the tail of the log:

[Thu Nov 29 14:45:21 2007] [notice] Child 4276: Child process is exiting
[Thu Nov 29 17:17:00 2007] [notice] Parent: Received restart signal --
Restarting the server.
[Thu Nov 29 17:17:00 2007] [notice] Child 5520: Exit event signaled. Child
process is ending.
[Thu Nov 29 17:17:01 2007] [notice] Child 5520: Released the start mutex
[Thu Nov 29 17:17:01 2007] [notice] Apache/2.2.4 (Win32) PHP/5.2.5 DAV/2
configured -- resuming normal operations
[Thu Nov 29 17:17:01 2007] [notice] Server built: Jan  9 2007 23:17:20
[Thu Nov 29 17:17:01 2007] [notice] Parent: Created child process 4292
[Thu Nov 29 17:17:02 2007] [notice] Child 4292: Child process is running
[Thu Nov 29 17:17:02 2007] [notice] Child 4292: Acquired the start mutex.
[Thu Nov 29 17:17:02 2007] [notice] Child 4292: Starting 250 worker threads.
[Thu Nov 29 17:17:02 2007] [notice] Child 4292: Starting thread to listen on
port 8080.
[Thu Nov 29 17:17:02 2007] [notice] Child 5520: Waiting for 250 worker threads
to exit.
[Thu Nov 29 17:17:02 2007] [notice] Child 5520: All worker threads have exited.
[Thu Nov 29 17:17:02 2007] [notice] Child 5520: Child process is exiting


looks all good huh, what do you say?




More information about the chora mailing list