[imp] IMP 2.2.7/RH 7.1/PostgreSQL
Gary Akers
gla@naxs.com
Sat, 01 Dec 2001 14:16:48 -0500
Thank you for replying I am searching the archives
for postgresql and persistent/persistence today.
---end---
At 12:01 AM 12/1/01 -0600, you wrote:
> > > 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
>
>--
>IMP mailing list: http://horde.org/imp/
>Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
>Frequently Asked Questions: http://horde.org/faq/
>To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>From chuck@horde.org Date: Sat, 1 Dec 2001 15:04:28 -0500
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 31960 invoked from network); 1 Dec 2001 20:05:07 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
by clark.horde.org with SMTP; 1 Dec 2001 20:05:07 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id 20AB339B4; Sat, 1 Dec 2001 15:04:29 -0500 (EST)
Received: from 192.168.0.113 ( [192.168.0.113])
as user chuck@localhost by marina.horde.org with HTTP;
Sat, 1 Dec 2001 15:04:28 -0500
Message-ID: <1007237068.3c0937ccce790@marina.horde.org>
Date: Sat, 1 Dec 2001 15:04:28 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <004001c17731$d3b0d990$1942e3c1@viggiani> <1006859315.3c03743315b7e@jan.dip.ammma.net> <005a01c17738$cd9e1d90$1942e3c1@viggiani>
In-Reply-To: <005a01c17738$cd9e1d90$1942e3c1@viggiani>
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] Importing addressbook from CSV file
Quoting Mimmus <viggiani@yahoo.com>:
> Warning: Undefined index: dn in /usr/local/horde/turba/lib/Driver/ldap.php
> on line 321
>
> $cfgSources['contacts'] = array(
> 'title' => 'Contacts',
> 'type' => 'ldap',
> 'params' => array(
> 'server' => 'localhost',
> 'port' => 389,
> 'root' => 'dc=xxxxxxxx,dc=it',
> 'bind_dn' => 'cn=Manager,dc=xxxxxxx,dc=it',
> 'bind_password' => 'yyyyyyy'
> ),
You're missing 'dn' in the params array. Try 'dn' => array('cn'), or whatever
you want someone's dn to be made up of (in addition to 'root').
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>From chuck@horde.org Date: Sat, 1 Dec 2001 15:07:01 -0500
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 33029 invoked from network); 1 Dec 2001 20:07:39 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
by clark.horde.org with SMTP; 1 Dec 2001 20:07:39 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id 2811339B4; Sat, 1 Dec 2001 15:07:01 -0500 (EST)
Received: from 192.168.0.113 ( [192.168.0.113])
as user chuck@localhost by marina.horde.org with HTTP;
Sat, 1 Dec 2001 15:07:00 -0500
Message-ID: <1007237220.3c093865033cf@marina.horde.org>
Date: Sat, 1 Dec 2001 15:07:01 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <3C039625.10704@eckerd.edu>
In-Reply-To: <3C039625.10704@eckerd.edu>
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] Setting Default Preferences in IMP 3.0 (RC2)
Quoting "Walter R. Moore" <moorewr@eckerd.edu>:
> Also, 0% of my users will know what "Local SQL" means. Where do I change
> that wording? I seriously suggest the project consider changing the
> wording to something more end-user friendly - maybe just "Local" or
> "Personal," or how about the Microsoftish "My Addresses?"
Changed to 'My Addressbook' by default in CVS.
> oh -- where do I customize the appearance of the pages? I mean, I like
> purple and all..
config/html.php (try Horde's first; most things use those settings; only
application-specific colors are in the app/config/html.php files).
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>From chuck@horde.org Date: Sat, 1 Dec 2001 15:24:32 -0500
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 37557 invoked from network); 1 Dec 2001 20:25:11 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
by clark.horde.org with SMTP; 1 Dec 2001 20:25:11 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id 389D839B4; Sat, 1 Dec 2001 15:24:32 -0500 (EST)
Received: from 192.168.0.113 ( [192.168.0.113])
as user chuck@localhost by marina.horde.org with HTTP;
Sat, 1 Dec 2001 15:24:32 -0500
Message-ID: <1007238272.3c093c801039a@marina.horde.org>
Date: Sat, 1 Dec 2001 15:24:32 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <Pine.SOL.4.33.0111201311210.16567-100000@esperanto.web.itd.umich.edu>
In-Reply-To: <Pine.SOL.4.33.0111201311210.16567-100000@esperanto.web.itd.umich.edu>
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] maintenance.php error
Quoting Liam Hoekenga <liamr@umich.edu>:
> If the person's never logged in before (or I've wiped my dropped and
> recreated my sql tables), IMP won't work the first time they try to log
> in. It tries to display the maintenance page, but fails - logging this to
> the php error log:
I can't reproduce this with current CVS. Can you still produce the problem?
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin