[horde] Document contains no data

Joe Tseng joetseng at jtseng.org
Mon Jul 29 13:19:57 PDT 2002


I suppose this line in horde.php is what you are referring to:

$conf['log']['priority'] = LOG_DEBUG;

That was how my setup was configured by default; I haven't changed that
setting.

(I'm keeping the db password open to eliminate that as a source of error.)


----- Original Message -----
From: "Charles E. Robinson III" <crobins at proexam.org>
To: "Joe Tseng" <joetseng at jtseng.org>; <horde at lists.horde.org>
Sent: Monday, July 29, 2002 3:59 PM
Subject: RE: [horde] Document contains no data


> Sorry for not being clear. I meant to turn the logging up to debug. Also
you
> should put a password in just to be safe.
>
> Charles Robinson
> -----Original Message-----
> From: horde-bounces at lists.horde.org
> [mailto:horde-bounces at lists.horde.org]On Behalf Of Joe Tseng
> Sent: Monday, July 29, 2002 2:57 PM
> To: horde at lists.horde.org
> Subject: [horde] Document contains no data
>
>
> When I try to log in to Horde, the server times out and gives me a no data
> message on Netscape or a DNS error page on IE.  I perused the FAQ page on
> the Horde site and it said to check if I have IMAP running.  That issue is
> eliminated since I have been using IMAP with my server for a few weeks now
> with no problems.
>
> I ran phpinfo() and IMAP shows up along with my databases and test.php
runs
> fine as well.  No error messages are logged under horde.log.  Just in case
> there was anything wrong with my database I recreated the db as user horde
> and also ran the table creation script as that user; I left the password
for
> that db user blank.  I am not sure if this has anything to do with this
> issue but I noticed in my error_log some httpd child processes would
> segfault with an error of 11.
>
> I don't know exactly what will be needed to diagnose what the problem may
be
> but here are some things I figure would be needed:
>
> horde.php:
>
> $conf['debug_level'] = E_ALL;
> $conf['max_exec_time'] = 30;
> $conf['auth']['driver'] = 'imap';
> $conf['auth']['params'] = array();
> $conf['auth']['params']['dsn'] =
> '{localhost/imap/novalidate-cert:993}INBOX';
> $conf['prefs']['driver'] = 'sql';
> $conf['prefs']['params'] = array();
> $conf['prefs']['params']['phptype'] = 'pgsql';
> $conf['prefs']['params']['hostspec'] = 'localhost';
> $conf['prefs']['params']['username'] = 'horde';
> $conf['prefs']['params']['password'] = '';
> $conf['prefs']['params']['database'] = 'horde';
> $conf['prefs']['params']['table'] = 'horde_prefs';
> $conf['mailer']['type'] = 'sendmail';
>
> servers.php:
>
> $servers['imap'] = array(
>     'name' => 'IMAP Server',
>     'server' => '10.x.x.x',
>     'protocol' => 'imap/ssl/novalidate-cert',
>     'port' => 993,
>     'folders' => 'mail/',
>     'namespace' => '',
>     'maildomain' => 'xxxxxx',
>     'smtphost' => '10.x.x.x',
>     'realm' => 'xxxxxx',
>     'preferred' => ''
> );
>
> About my system:
> RHL73
> apache-1.3.23-11
> postfix-1.1.11-3
> imap-2001a-10
> postgresql-7.2.1-5
> horde-2.1-3
> imp-3.1-2
> php-imap-4.1.2-7
> php-pgsql-4.1.2-7
> php-4.1.2-7
>
>
> Thx in advance for any assistance...
>
>
> Joe Tseng
> ______________________________
>
> The dog got loose on my computer, and now there's XP all over the screen.
>
>
>
> --
> 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