contacts disapeared after update
Bartosz Aninowski
bart@sonik.pl
Thu, 7 Jun 2001 15:35:30 +0200
06-07 I update horde.and imp-2.7-cvs from cvs
and Contacts disapeared form imp menu.
I also can't login to turba.
=======horde.php====
$conf['auth']['driver'] = 'imap';
$conf['auth']['params'] = array();
$conf['auth']['params']['protocol'] = 'imap';
$conf['auth']['params']['server'] = 'localhost';
$conf['auth']['params']['port'] = '143';
=======turba conf.php======
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'hordemgr';
$conf['prefs']['params']['password'] = 'hordemgr';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'Turba_Objects';
p.s everything worked fine before updating
>From chuck@horde.org Date: Thu, 7 Jun 2001 09:33:22 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 70523 invoked from network); 7 Jun 2001 13:35:04 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
by horde.org with SMTP; 7 Jun 2001 13:35:03 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id 92A8D39F6; Thu, 7 Jun 2001 09:33:22 -0400 (EDT)
Received: from 206.243.191.252 ( [206.243.191.252])
as user chuck@localhost by marina.horde.org with HTTP;
Thu, 7 Jun 2001 09:33:22 -0400
Message-ID: <991920802.3b1f82a261b0c@marina.horde.org>
Date: Thu, 7 Jun 2001 09:33:22 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <3B1F1D59.E8A362CF@univ-reunion.fr>
In-Reply-To: <3B1F1D59.E8A362CF@univ-reunion.fr>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] problem reading mail
Quoting Gérard Gachelin <Gerard.Gachelin@univ-reunion.fr>:
> I can login in IMP.
> But when I select an email in the mailbox, I am disconnexted from imp.
Sessions aren't working. Go to horde/test.php3 and look at the session counter
(it probably won't increment); then go read the phplib documentation we include.
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.
>From chuck@horde.org Date: Thu, 7 Jun 2001 09:39:11 -0400
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 72148 invoked from network); 7 Jun 2001 13:40:53 -0000
Received: from 208-59-250-206.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (208.59.250.206)
by horde.org with SMTP; 7 Jun 2001 13:40:53 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id B7CD839F6; Thu, 7 Jun 2001 09:39:11 -0400 (EDT)
Received: from 206.243.191.252 ( [206.243.191.252])
as user chuck@localhost by marina.horde.org with HTTP;
Thu, 7 Jun 2001 09:39:11 -0400
Message-ID: <991921151.3b1f83ff9d00d@marina.horde.org>
Date: Thu, 7 Jun 2001 09:39:11 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <LFEPICOHNJDLJCMJFPPOIELKCBAA.bart@sonik.pl>
In-Reply-To: <LFEPICOHNJDLJCMJFPPOIELKCBAA.bart@sonik.pl>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] contacts disapeared after update
Quoting Bartosz Aninowski <bart@sonik.pl>:
> 06-07 I update horde.and imp-2.7-cvs from cvs
> and Contacts disapeared form imp menu.
Take a look in the mailing list archives for yesterday.
> I also can't login to turba.
You're going to have to be a lot more specific than that. Horde Auth hasn't
broken recently...
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.