[imp] IMP 2.2.7/RH 7.1/PostgreSQL
Eric Jon Rostetter
eric.rostetter@physics.utexas.edu
Sat, 01 Dec 2001 00:01:13 -0600 (CST)
> > Warning: 5 is not a valid PostgreSQL link resource in
> > /var/www/html/horde/imp/lib/db.pgsql on line 113
I'm using a totally different setup (RedHat 6.1, IMP 2.2.7,
not sure which Postgress). But I'll tell my story anyway.
I never got these messages until I went to IMP 2.2.6. Didn't
matter if I used persistent connections or not, never had a
problem before 2.2.6. As soon as I went to 2.2.6, I started
getting these with persistent postgress connections enabled.
I disabled them, and no longer get the messages with 2.2.6 or
2.2.7.
Now, I never had any problem saving anything in the database
that I know of, just got the messages. But that may have been
specific to my setup, since I don't run it quite stock, and
I had a mix of persitent and non-persistent calls in the code
(between horde, imp, and phplib).
So my point is, you might try to remove the persistent pgsql
connections and see if they go away. Some old messages on
the list can help you do this, but basically it is removing
the "p" character from some calls (I think it means changing
pconnect to connect, but my memory may not be 100%).
Just my $0.02...
Eric Jon Rostetter
The Department of Physics
The University of Texas at Austin
Austin, Texas 78712-1081
Office: RLM 7.126
Telephone: 512-471-5821
Email: eric.rostetter@physics.utexas.edu
>From jrkuipers@lauwerscollege.nl Date: Sat, 1 Dec 2001 10:56:12 +0100
Return-Path: <jrkuipers@lauwerscollege.nl>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 97645 invoked from network); 1 Dec 2001 09:56:44 -0000
Received: from c3207.upc-c.chello.nl (HELO linux.lauwerscollege.nl) (212.187.3.207)
by clark.horde.org with SMTP; 1 Dec 2001 09:56:44 -0000
Received: (from www@localhost)
by linux.lauwerscollege.nl (8.11.6/8.8.7) id fB19uDM29533
for imp@lists.horde.org; Sat, 1 Dec 2001 10:56:13 +0100
Received: from 62.100.14.223 ( [62.100.14.223])
as user jrkuipers@localhost by webmail.lauwerscollege.nl with HTTP;
Sat, 1 Dec 2001 10:56:12 +0100
Message-ID: <1007200572.3c08a93cd84e7@webmail.lauwerscollege.nl>
Date: Sat, 1 Dec 2001 10:56:12 +0100
From: Jan Kuipers <jrkuipers@lauwerscollege.nl>
To: imp@lists.horde.org
References: <1007120718.3c07714e1ee44@webmail.lauwerscollege.nl> <1007142886.3c07c7e6a7cf6@linux.wg.de>
In-Reply-To: <1007142886.3c07c7e6a7cf6@linux.wg.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [imp] Spellchecking featurerequest
Citeren Jan Schneider <jan@horde.org>:
> The selection of the dictionary depends on the selected language.
That would be fine for me, but this doesn't seem to work here. The english
dictionary is _always_ used, independent of the selected language. Any ideas
why?
--
Jan Kuipers
Systeembeheer Lauwers College
>From jan@horde.org Date: Sat, 1 Dec 2001 12:28:48 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 300 invoked from network); 1 Dec 2001 11:37:48 -0000
Received: from mailout04.sul.t-online.com (HELO mailout04.sul.t-online.de) (194.25.134.18)
by clark.horde.org with SMTP; 1 Dec 2001 11:37:48 -0000
Received: from fwd05.sul.t-online.de
by mailout04.sul.t-online.de with smtp
id 16A8So-0006xO-0E; Sat, 01 Dec 2001 12:37:46 +0100
Received: from linux.wg.de (320034214675-0001@[217.225.33.38]) by fmrl05.sul.t-online.com
with esmtp id 16A8Sj-1ezMg5C; Sat, 1 Dec 2001 12:37:41 +0100
Received: from localhost (localhost [127.0.0.1])
by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id fB1BSnk28794
for <imp@lists.horde.org>; Sat, 1 Dec 2001 12:28:49 +0100
Received: from 192.168.60.1 ( [192.168.60.1])
as user jan@linux by linux.wg.de with HTTP;
Sat, 1 Dec 2001 12:28:48 +0100
Message-ID: <1007206128.3c08bef0f1950@linux.wg.de>
Date: Sat, 1 Dec 2001 12:28:48 +0100
From: Jan Schneider <jan@horde.org>
To: imp@lists.horde.org
References: <1007120718.3c07714e1ee44@webmail.lauwerscollege.nl> <1007142886.3c07c7e6a7cf6@linux.wg.de> <1007200572.3c08a93cd84e7@webmail.lauwerscollege.nl>
In-Reply-To: <1007200572.3c08a93cd84e7@webmail.lauwerscollege.nl>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [imp] Spellchecking featurerequest
Zitat von Jan Kuipers <jrkuipers@lauwerscollege.nl>:
> Citeren Jan Schneider <jan@horde.org>:
>
> > The selection of the dictionary depends on the selected language.
>
> That would be fine for me, but this doesn't seem to work here. The
> english
> dictionary is _always_ used, independent of the selected language. Any
> ideas
> why?
I had a problem once because my ?spell needed the language parameter be
passed as "deutsch" instead of "german".
Anyway, try to find out how you spell versions works from commandline and
insert this command line at the appropriate place in lang.php.
Jan.
::::::::::::::::::::::::::::::::::::::::
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::
>From jan@horde.org Date: Sat, 1 Dec 2001 12:31:06 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 403 invoked from network); 1 Dec 2001 11:37:57 -0000
Received: from mailout02.sul.t-online.com (HELO mailout02.sul.t-online.de) (194.25.134.17)
by clark.horde.org with SMTP; 1 Dec 2001 11:37:57 -0000
Received: from fwd05.sul.t-online.de
by mailout02.sul.t-online.de with smtp
id 16A8So-0003Sd-05; Sat, 01 Dec 2001 12:37:46 +0100
Received: from linux.wg.de (320034214675-0001@[217.225.33.38]) by fmrl05.sul.t-online.com
with esmtp id 16A8Si-1ezMg4C; Sat, 1 Dec 2001 12:37:40 +0100
Received: from localhost (localhost [127.0.0.1])
by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id fB1BV6k28827
for <imp@lists.horde.org>; Sat, 1 Dec 2001 12:31:06 +0100
Received: from 192.168.60.1 ( [192.168.60.1])
as user jan@linux by linux.wg.de with HTTP;
Sat, 1 Dec 2001 12:31:06 +0100
Message-ID: <1007206266.3c08bf7a15dad@linux.wg.de>
Date: Sat, 1 Dec 2001 12:31:06 +0100
From: Jan Schneider <jan@horde.org>
To: imp@lists.horde.org
References: <20011130164223.A12874@freebsd.schema.ca>
In-Reply-To: <20011130164223.A12874@freebsd.schema.ca>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [imp] frames_index.inc
Zitat von "Mike A. Oligny" <pandaro@freebsd.schema.ca>:
> I'm not sure if it's just me, but the bottom half of the
> horde frameset is not fitting nicely in my browser...
>
> IE 6.0.2600.0000IC Q312461
I have the same version here and it looks as ever.
Jan.
::::::::::::::::::::::::::::::::::::::::
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::
>From jan@horde.org Date: Sat, 1 Dec 2001 13:10:46 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 2744 invoked from network); 1 Dec 2001 12:17:54 -0000
Received: from mailout02.sul.t-online.com (HELO mailout02.sul.t-online.de) (194.25.134.17)
by clark.horde.org with SMTP; 1 Dec 2001 12:17:54 -0000
Received: from fwd00.sul.t-online.de
by mailout02.sul.t-online.de with smtp
id 16A95d-0007SE-08; Sat, 01 Dec 2001 13:17:53 +0100
Received: from linux.wg.de (320034214675-0001@[217.225.33.38]) by fmrl00.sul.t-online.com
with esmtp id 16A95Q-1s2dc0C; Sat, 1 Dec 2001 13:17:40 +0100
Received: from localhost (localhost [127.0.0.1])
by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id fB1CAkk29023
for <imp@lists.horde.org>; Sat, 1 Dec 2001 13:10:47 +0100
Received: from 192.168.60.1 ( [192.168.60.1])
as user jan@linux by linux.wg.de with HTTP;
Sat, 1 Dec 2001 13:10:46 +0100
Message-ID: <1007208646.3c08c8c63a79e@linux.wg.de>
Date: Sat, 1 Dec 2001 13:10:46 +0100
From: Jan Schneider <jan@horde.org>
To: imp@lists.horde.org
References: <1006901130.3c04178aa7192@intranet.alcahest.com> <1006969076.3c0520f430980@linux.wg.de> <1007065558.3c0699d6c1fb3@intranet.alcahest.com>
In-Reply-To: <1007065558.3c0699d6c1fb3@intranet.alcahest.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [imp] Double Compose windows
Zitat von Ahmed <ashihab@alcahest.com>:
> Jan,
>
> Browser is IE 5.50.4807.2300 (on win 2000) I've also tried konqueror
> 2.1.1 (KDE 2.12) under linux RH 7.1
>
> Further observation:
>
> if you click on the recipient field you get a single compose window
> and the message is opened for reading in the main browser as well.
>
> if you click on the subject field you get 2 compose windows and no
> display in the main window.
This was caused by the td onclick event we introduced a few weeks ago. The
compose window is now opened automatically if the onload event of draft
message fires instead of when you click on the subject or recipient in the
mailbox view.
Jan.
::::::::::::::::::::::::::::::::::::::::
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::