[imp] Fatal error: Call to undefined function: mysql_pconnect() in

Rich Lafferty rich@horde.org
Tue, 6 Nov 2001 11:58:10 -0500


On Tue, Nov 06, 2001 at 08:19:31AM -0800, Nick (nick@nbsweb.net) wrote:
> Rich,
> 
> Thanks for your email.
> 
> I tried test.php3 and got:
> 
> Warning: Failed opening '/var/www/html/horde/test.php3' for inclusion
> (include_path='/var/www/horde-phplib:/usr/share/php:.') in Unknown on line 0
> 
> I reinstalled
> ftp://ftp.horde.org/pub/RPMS/i386/rh7/php-mysql-4.0.3pl1-1.i386.rpm
> 
> and then got the above error...

Does the file /var/www/html/horde/test.php3 exist?

  -Rich

-- 
Rich Lafferty --------------+-----------------------------------------------
 Ottawa, Ontario, Canada    |  Save the Pacific Northwest Tree Octopus!
 http://www.lafferty.ca/    |    http://zapatopi.net/treeoctopus.html
rich@lafferty.ca -----------+-----------------------------------------------


>From nlin@newton.berkeley.edu Date: Tue,  6 Nov 2001 09:13:40 -0800
Return-Path: <nlin@newton.berkeley.edu>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 92823 invoked from network); 6 Nov 2001 17:13:41 -0000
Received: from webmail.decf.berkeley.edu (128.32.142.69)
  by clark.horde.org with SMTP; 6 Nov 2001 17:13:41 -0000
Received: (from apache@localhost)
	by webmail.decf.berkeley.edu (8.11.6/8.11.6) id fA6HDeW15331
	for imp@lists.horde.org; Tue, 6 Nov 2001 09:13:40 -0800
Received: from okepler.me.berkeley.edu ( [okepler.me.berkeley.edu])
	as user nlin@maxwell.berkeley.edu by webmail.decf.berkeley.edu with HTTP;
	Tue,  6 Nov 2001 09:13:40 -0800
Message-ID: <1005066820.3be81a446efed@webmail.decf.berkeley.edu>
Date: Tue,  6 Nov 2001 09:13:40 -0800
From: nlin@newton.berkeley.edu
To: imp@lists.horde.org
References: <1004982185.3be6cfa917840@webmail.decf.berkeley.edu> <1005057875.3be7f753566a7@marina.horde.org> <20011106145351.ED70F2AB49@bugs.unl.edu.ar>
In-Reply-To: <20011106145351.ED70F2AB49@bugs.unl.edu.ar>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 128.32.142.3
Subject: Re: [imp] saving sig_first pref doesn't seem to work

I think I figured out why.  But I don't know why it's doing this.

In my imp/config/prefs.php file, I have:

// signature before replies and forwards?
$_prefs['sig_first'] = array(
    'value' => 1,
    'locked' => false,
    'shared' => true,
    'type' => 'implicit'
);

I wanted the default to be 1 instead of 0.  Do I need to set it to something 
else to make it mean 1?  

I tried it by copying over my copy of horde and restoring the prefs.php 
file.  It works then.  (e.g., it'll reflect what is stored in the db)  But 
when you change it to 1, it stops working. (e.g., it's always checked no 
matter what).

thanks
nancy


Quoting Martín Marqués <martin@bugs.unl.edu.ar>:

> On Mar 06 Nov 2001 11:44, you wrote:
> > Quoting nlin@newton.berkeley.edu:
> > > When I go into edit my identities, if I uncheck the sig_first pref
> > > checkbox, and then click on "Change".  When the identity refreshes,
> that
> > > checkbox is still checked.
> >
> > Works fine here.
> 
> What does your database log say? Could be a problem with the database.
> 
> -- 
> Porqué usar una base de datos relacional cualquiera,
> si podés usar PostgreSQL?
> -----------------------------------------------------------------
> Martín Marqués                  |        mmarques@unl.edu.ar
> Programador, Administrador, DBA |       Centro de Telematica
>                        Universidad Nacional
>                             del Litoral
> -----------------------------------------------------------------
> 
> -- 
> 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
>