Sybase/Sql Error, pls help...

m.ibarra@cdcixis-na.com m.ibarra@cdcixis-na.com
Thu, 2 Aug 2001 10:21:34 -0400


1.
	I am still determined to get Sybase working on horde/imp-cvs %}
I've rebuilt
both php-4.06 and cvs'ed the Zend stuff. Here is an error that I revc
whenever I try to
add an entry into my addressbook:

Fatal error: Call to undefined function: quote() in
/usr/local/apache/htdocs/horde/turba/lib/Driver/sql.php on line 145

2.
	Also, another problem that I am having is my inability to
sucessfully make any
changes to ANy of the various "options" entries, ie: impm turba, nag. I can
make an entry,
it just never gets saved, I logout, log back in and whatever entries I've
made are gone.





>From janmailing@gmx.de Date: Thu,  2 Aug 2001 14:15:47 +0000
Return-Path: <janmailing@gmx.de>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 76518 invoked from network); 2 Aug 2001 14:25:08 -0000
Received: from mailout01.sul.t-online.com (HELO mailout01.sul.t-online.de) (194.25.134.80)
  by horde.org with SMTP; 2 Aug 2001 14:25:07 -0000
Received: from fwd00.sul.t-online.de 
	by mailout01.sul.t-online.de with smtp 
	id 15SJPO-0005FR-0B; Thu, 02 Aug 2001 16:25:06 +0200
Received: from linux.wg.de (320034214675-0001@[217.0.157.66]) by fmrl00.sul.t-online.com
	with esmtp id 15SJPL-0mIHYGC; Thu, 2 Aug 2001 16:25:03 +0200
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 f72EFlV13791
	for <imp@lists.horde.org>; Thu, 2 Aug 2001 16:15:48 +0200
Received: from 192.168.60.1 ( [192.168.60.1])
	as user jan@mail.wg.de by linux.wg.de with HTTP;
	Thu,  2 Aug 2001 14:15:47 +0000
Message-ID: <996761747.3b69609379221@linux.wg.de>
Date: Thu,  2 Aug 2001 14:15:47 +0000
From: Jan Schneider <janmailing@gmx.de>
To: imp@lists.horde.org
References: <996752676.3b693d24d485e@hermesadm.chb.fr> <996754842.3b69459a87c36@linux.wg.de> <996760613.3b695c25cd35e@hermesadm.chb.fr>
In-Reply-To: <996760613.3b695c25cd35e@hermesadm.chb.fr>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [imp] smalls Attachments problem again

Zitat von Poirier Xavier <xpoirier@ch-bourg01.fr>:

> En réponse à Jan Schneider <janmailing@gmx.de>:
> 
> I have missed somthing perhaps,
> I have IMP CVS distribs with last Update, and I don' t find any file 
> named "mimetypes.lib" - where do you found it ?

Eeh, may I qote you:
IMP 2.2.3 HORDE 1.2.3 LINUX mandrake 7.2 KERNEL 2.2.4 PHP 4pl1 ... 

mimetypes.lib is in imp's lib directory. IMP 2.2.3 of course because this is 
the version you asked a solution for.

Ah, I see: localeconv exists since php 4.0.5. Just replace:
$localeinfo['decimal_point']
with your locale decimal point character.

Jan.

> Even I make the modif. here, I have an error with the function "localeconv()"
> , 
> I don' t know if it's a php or imp function but I don' t have it.
> please help
> 
> you wrote:
> > Hi,
> > 
> > try this patch:
> > 
> > --- mimetypes.lib       2000/09/15 20:20:12     1.8.2.21
> > +++ mimetypes.lib       2001/08/02 12:16:33
> > @@ -125,7 +125,8 @@
> >  
> >         // set the size - bytes and kilobytes
> >         $mime->bytes = (isset($mime->bytes)) ? $mime->bytes : 0;
> > -       $mime->size = (isset($mime->bytes)) ? sprintf('%0.2f', $mime-
> > >bytes/1024): '?';
> > +       $localeinfo = localeconv();
> > +       $mime->size = (isset($mime->bytes)) ? number_format($object-
> > >bytes/1024, 2, $localeinfo['decimal_point'], '') : '?';
> >  } // mimeParse()
> >  
> >  function mimeSummary ($mime) {
> > 
> > I don't know if it works because I don't have a imp version 2.2.3 but it
> > fixed 
> > the problem in imp cvs.
> > 
> > Btw, please don't send emails that consist mostly of signatures and pgp
> > keys.
> > 
> > Jan.
> > 
> > Zitat von Poirier Xavier <xpoirier@ch-bourg01.fr>:
> > 
> > > Hi all,
> > > 
> > > IMP 2.2.3 HORDE 1.2.3 LINUX mandrake 7.2 KERNEL 2.2.4 PHP 4pl1 ...
> > > I posted before that I encountered sommes problems with attachment
> > files
> > > witch 
> > > are too small - they not appear like an attachment for the recipient
> > !
> > > I noticed that it is < 900 bytes of an attachment.
> > > Someone says that I have to upgrade my IMP version (I hope it was not
> > the 
> > > outlook express adept!) to 2.2.4 , but I 'm sorry 
> > > 
> > > I CAN'T UPGRADE MY IMP version NOW!!
> > > 
> > > Is there somewere an IMP adept who can help me to find the bug in the
> > code
> > > ?
> > > and I'll modify it.
> > > Because ALL is working very good for us with IMP 2.2.3 !!!
> > > Thanks.
> > > 
> > > I love GNU! what a very good work!
> > > xavier.
> > > 
> > 
> > 
> >:::::::::::::::::::::::::::::::::::::::: 
> > 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
> >::::::::::::::::::::::::::::::::::::::::::::::
> > 
> > -- 
> > 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
> > 
> 
> 
> 
> 
>                     7
>                    QS/
> /                 s@C#            /@^
>  @R            R@@@@@@~          ^@@    Xavier Poirier
>  G@@         G@@@@@@@@@@         R@~    C.H Bourg en Bresse
>   @@        CB@@RB@@#@@@@        B@     xpoirier@ch-bourg01.fr 
>   @@Q       R@@   /   B@@K      S@@^    
>   @@@       @@/ B O @ 7@@@      B@@ 
>   B@@R      @@~ R/@ # G@@@     S@@@ 
>   K@@@(     B@33R737SR7G@@     B@@@ 
>   7@@@@     B@%7777777e@@@    @@@@@ 
>    @@@@@    B@@G77777Q@@@@   B@@@@t
>    B@@@@@^  s@@@#77%@@@@@@ ^B@@@@@
> 
> 
> --
> 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
> 
> 


:::::::::::::::::::::::::::::::::::::::: 
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
::::::::::::::::::::::::::::::::::::::::::::::