[imp] Fatal error: Call to undefined function: mysql_pconnect() in /xxx/horde/db_mysql.inc on line 73

segeth sebastian.segeth@fernuni-hagen.de
Thu, 07 Mar 2002 21:38:31 +0100


---------------------- multipart/alternative attachment
ok thanks, thatīs right



Jon Parise wrote:

>On Thu, Mar 07, 2002 at 09:28:19PM +0100, segeth wrote:
>
>>if i call horde in my apache i get a blank page and when i follow the 
>>imp link i get the error:
>>
>>Fatal error: Call to undefined function: mysql_pconnect() in 
>>/xxx/horde/db_mysql.inc on line 73
>>
>>I know that is any with mysql, hwo can help my again?
>>
>
>You don't have MySQL support compiled into PHP.
>


---------------------- multipart/alternative attachment--



>From ctooley@amoa.org Date: 07 Mar 2002 20:37:01 +0000
Return-Path: <ctooley@amoa.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 32794 invoked from network); 7 Mar 2002 20:37:15 -0000
Received: from c000-h002.c000.snv.cp.net (HELO c000.snv.cp.net) (209.228.32.66)
  by clark.horde.org with SMTP; 7 Mar 2002 20:37:15 -0000
Received: (cpmta 13814 invoked from network); 7 Mar 2002 12:37:02 -0800
Received: from 207.207.51.226 (HELO filecabinet.amoa.org)
  by smtp.tooley.com (209.228.32.66) with SMTP; 7 Mar 2002 12:37:02 -0800
X-Sent: 7 Mar 2002 20:37:02 GMT
From: Chris Tooley <ctooley@amoa.org>
To: imp@lists.horde.org
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Evolution/1.0.2 
Date: 07 Mar 2002 20:37:01 +0000
Message-Id: <1015533421.16362.17.camel@filecabinet.amoa.org>
Mime-Version: 1.0
Subject: Trying to get a working IMP

I'm trying to get IMP working with my Cyrus IMAP installation.  I've got
Cyrus running only the SSL IMAP port (993) and I can't get past the
login prompt for IMP.  I think there is an encryption problem because
even though mcrypt is installed it is showing up as unsupported on the
horde/test.php page.

Any ideas?

Chris Tooley





>From tapera@inf.ufsm.br Date: Thu,  7 Mar 2002 17:58:16 -0600
Return-Path: <tapera@inf.ufsm.br>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 35037 invoked from network); 7 Mar 2002 20:59:55 -0000
Received: from marfim.inf.ufsm.br (200.18.42.27)
  by clark.horde.org with SMTP; 7 Mar 2002 20:59:55 -0000
Received: (from nobody@localhost)
	by marfim.inf.ufsm.br (AIX4.3/8.9.3/8.9.3) id RAA13510
	for imp@lists.horde.org; Thu, 7 Mar 2002 17:58:18 -0600
X-Authentication-Warning: marfim.inf.ufsm.br: nobody definir emissor para tapera@inf.ufsm.br utilizando -f
Received: from 200.248.140.110 ( [200.248.140.110])
	as user tapera@mailhost.inf.ufsm.br by marfim.inf.ufsm.br with HTTP;
	Thu,  7 Mar 2002 17:58:16 -0600
Message-ID: <1015545496.3c87fe98bdf51@marfim.inf.ufsm.br>
Date: Thu,  7 Mar 2002 17:58:16 -0600
From: Tiago Fioreze <tapera@inf.ufsm.br>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.0
X-Originating-IP: 200.248.140.110
Subject: Fatal error again - PART II

       Hi !!!

       I discovered this in file mailbox.php:

       If folder no has unseen messages, occurs the following error : 

       [CLOSED] IMAP connection broken (server response)

       contrary case, no error occurs.

       In this part (i think) occurs the error :

        /* Use imap_sort to find the first unread message */
        if ($prefs->getValue('delhide')) {
            $search = 'UNSEEN UNDELETED';
        } else {
            $search = 'UNSEEN';
        }
        $new = imap_sort($imp['stream'], $prefs->getValue('sortby'),
                         $prefs->getValue('sortdir'), SE_UID, $search);

        ********* MY TEST ********
        $erro = imap_last_error();
        echo $erro;
        **************************

       Always that the seek option does not find nothing, $erro = [CLOSED] IMAP 
connection broken (server response)

       Some solution ?

       Tiago Fioreze