From megaline@brutele.be Mon Jun 24 13:10:19 2002
From: megaline@brutele.be (megaline)
Date: Mon, 24 Jun 2002 14:10:19 +0200
Subject: [turba] import csv limited data to 200 lines
Message-ID: <007201c21b78$1c57b250$0b0aa8c0@mega>
This is a multi-part message in MIME format.
---------------------- multipart/alternative attachment
Hello every one,
I am using the latest Horde 2.1 with IMP 3.1 an turba.
I have been trying to import my address book through a CSV file to =
TURBA, and I found out that I can only import=20
from CSV files with 200 lines ofdata. in other words when I try to =
import my address book with 780 address in it
to Turba, it takes half an hour and still nothing happens. so I reduced =
the data step by step and when=20
I arrived to +/- 200 lines of data It worked.
Do you think that it's a bug in Turba or it's normal to be limited to =
200 lines of data?
Thanks,
Mashadi
---------------------- multipart/alternative attachment
Hello every one,
I am using the latest Horde 2.1 with =
IMP 3.1 an=20
turba.
I have been trying to import my address =
book=20
through a CSV file to TURBA, and I found out that I can only import=20
from CSV files with 200 lines ofdata. =
in other=20
words when I try to import my address book with 780 address in =
it
to Turba, it takes half an hour and =
still nothing=20
happens. so I reduced the data step by step and when
I arrived to +/- 200 lines of data It=20
worked.
Do you think that it's a bug in Turba =
or it's=20
normal to be limited to 200 lines of data?
Thanks,
Mashadi
---------------------- multipart/alternative attachment--
From jan@horde.org Mon Jun 24 13:35:29 2002
From: jan@horde.org (Jan Schneider)
Date: Mon, 24 Jun 2002 14:35:29 +0200
Subject: [turba] import csv limited data to 200 lines
In-Reply-To: <007201c21b78$1c57b250$0b0aa8c0@mega>
References: <007201c21b78$1c57b250$0b0aa8c0@mega>
Message-ID: <1024922129.3d1712119bc78@jan.dip.ammma.net>
Zitat von megaline :
> Hello every one,
>
> I am using the latest Horde 2.1 with IMP 3.1 an turba.
> I have been trying to import my address book through a CSV file to TURBA,
> and I found out that I can only import
> >from CSV files with 200 lines ofdata. in other words when I try to
> import my address book with 780 address in it
> to Turba, it takes half an hour and still nothing happens. so I reduced
> the data step by step and when
> I arrived to +/- 200 lines of data It worked.
> Do you think that it's a bug in Turba or it's normal to be limited to 200
> lines of data?
Does this csv file superceeds the magical 2 MB border?
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From megaline@brutele.be Mon Jun 24 14:26:01 2002
From: megaline@brutele.be (megaline)
Date: Mon, 24 Jun 2002 15:26:01 +0200
Subject: [turba] import csv limited data to 200 lines
References: <007201c21b78$1c57b250$0b0aa8c0@mega>
<1024922129.3d1712119bc78@jan.dip.ammma.net>
Message-ID: <008401c21b82$af854380$0b0aa8c0@mega>
No, it's only 57 ko with 780 addresses ( email + name and phone).
Thank you,
Mashadi
----- Original Message -----
From: "Jan Schneider"
To:
Sent: Monday, June 24, 2002 2:35 PM
Subject: Re: [turba] import csv limited data to 200 lines
> Zitat von megaline :
>
> > Hello every one,
> >
> > I am using the latest Horde 2.1 with IMP 3.1 an turba.
> > I have been trying to import my address book through a CSV file to
TURBA,
> > and I found out that I can only import
> > >from CSV files with 200 lines ofdata. in other words when I try to
> > import my address book with 780 address in it
> > to Turba, it takes half an hour and still nothing happens. so I reduced
> > the data step by step and when
> > I arrived to +/- 200 lines of data It worked.
> > Do you think that it's a bug in Turba or it's normal to be limited to
200
> > lines of data?
>
> Does this csv file superceeds the magical 2 MB border?
>
> Jan.
>
> --
> http://www.horde.org - The Horde Project
> http://www.ammma.de - discover your knowledge
> http://www.tip4all.de - Deine private Tippgemeinschaft
>
> --
> Turba mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe@lists.horde.org
From smilic@EUnet.yu Mon Jun 24 17:01:47 2002
From: smilic@EUnet.yu (Sasa Milic)
Date: Mon, 24 Jun 2002 09:01:47 -0700
Subject: [turba] Problem with LDAP driver - SOLVED
References: <3D11FB0E.B3BA91C9@EUnet.yu> <3D13AEA6.D962B64B@EUnet.yu>
<1024710529.3d13d781cf13e@Mail.EnContacto.Net>
Message-ID: <3D17426B.17729359@EUnet.yu>
The problem is in PHP4.2.1, it cannot be compiled with openldap
support. Error received is:
ldap.c:2030: `tsrm_ls' undeclared (first use in this function)
The problem is that tsrm_ls has never been declared, and since
function with the error is not PHP_FUNCTION, tsrm_ls hasn't
been declared implicitly. The proper fix is to call TSRMLS_FETCH()
just before line 2030 in ldap.c
Sasa
Edwin Culp wrote:
>
> Quoting Sasa Milic :
>
> |
> | Solved !
> |
> | I found a problem in php 4.2.1 ldap library, line 2030 in ldap.c.
> | Bug report sent to php.net.
>
> |
> | Sasa
> |
> | P.S. Am I the only one that uses php 4.2.1 with openldap ?
>
> No, I'm running both 4.2.1 and Head (4.3.?) and openldap2.0.23. It would
> be my guess that many of us are running 4.2.1. Could you share the bug
> report?
>
> Thanks,
>
> ed
>
> |
> |
> |
> | Sasa Milic wrote:
> | >
> | > Hi,
> | > > I've installed Horde 2.0, IMP 3.0, Turba 1.0, and openldap.
> | > I'm able to query exchange address book via ldapsearch.
> | >
> | > I've configured turba to use ldap, but it doesn't work.
> | > All it shows is a black screen. So I started to debug things,
> | > to see what is wrong. Found out that it hangs in lib/Driver/ldap.php,
> | > in constructor of Turba_Driver_ldap class, in line:
> | >
> | > if (!($this->ds = @ldap_connect($this->server, $this->port))) {
> | >
> | > Obviously, it never finishes ldap_connect call, but why ?!
> |
> | --
> | Turba mailing list
> | Frequently Asked Questions: http://horde.org/faq/
> | To unsubscribe, mail: turba-unsubscribe@lists.horde.org
>
> --
>
> --
> Turba mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe@lists.horde.org
From jan@horde.org Mon Jun 24 15:06:46 2002
From: jan@horde.org (Jan Schneider)
Date: Mon, 24 Jun 2002 16:06:46 +0200
Subject: [turba] import csv limited data to 200 lines
In-Reply-To: <008401c21b82$af854380$0b0aa8c0@mega>
References: <007201c21b78$1c57b250$0b0aa8c0@mega>
<1024922129.3d1712119bc78@jan.dip.ammma.net>
<008401c21b82$af854380$0b0aa8c0@mega>
Message-ID: <1024927606.3d17277663a08@jan.dip.ammma.net>
Zitat von megaline :
> No, it's only 57 ko with 780 addresses ( email + name and phone).
Hm, then it's probably a bug.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From eculp@encontacto.net Mon Jun 24 20:30:53 2002
From: eculp@encontacto.net (Edwin Culp)
Date: Mon, 24 Jun 2002 12:30:53 -0700
Subject: [turba] Problem with LDAP driver - SOLVED
In-Reply-To: <3D17426B.17729359@EUnet.yu>
References: <3D11FB0E.B3BA91C9@EUnet.yu> <3D13AEA6.D962B64B@EUnet.yu>
<1024710529.3d13d781cf13e@Mail.EnContacto.Net> <3D17426B.17729359@EUnet.yu>
Message-ID: <1024947053.3d17736d74804@Mail.EnContacto.Net>
Quoting Sasa Milic :
|
| The problem is in PHP4.2.1, it cannot be compiled with openldap
| support. Error received is:
|
| ldap.c:2030: `tsrm_ls' undeclared (first use in this function)
|
| The problem is that tsrm_ls has never been declared, and since
| function with the error is not PHP_FUNCTION, tsrm_ls hasn't
| been declared implicitly. The proper fix is to call TSRMLS_FETCH()
| just before line 2030 in ldap.c
Hmmm.. Really makes me wonder why I have never had a compile problem.
phpinfo() on 4.2.1 shows:
PHP Version 4.2.1
SystemFreeBSD EnContacto.Net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Sun May 26
05:59:59 PDT 2002 root@EnContacto.Net:/usr/obj/usr/src/sys/PIII733 i386
Build Date Jun 2 2002 19:17:55
Configure Command './configure' '--with-apxs=/usr/local/sbin/apxs'
'--with-config-file-path=/usr/local/etc' '--enable-versioning'
'--with-regex=system' '--without-gd' '--without-mysql' '--with-zlib'
'--with-mcrypt=/usr/local' '--with-imap=/usr/local' '--with-mysql=/usr/local'
'--with-ldap=/usr/local' '--enable-ftp' '--with-gettext=/usr/local'
'--prefix=/usr/local' 'i386-portbld-freebsd5.0'
I have some investigating to do.
Thanks for the information.
ed
|
| Sasa
|
|
| Edwin Culp wrote:
| >
| > Quoting Sasa Milic :
| >
| > |
| > | Solved !
| > |
| > | I found a problem in php 4.2.1 ldap library, line 2030 in ldap.c.
| > | Bug report sent to php.net.
| >
| > |
| > | Sasa
| > |
| > | P.S. Am I the only one that uses php 4.2.1 with openldap ?
| >
| > No, I'm running both 4.2.1 and Head (4.3.?) and openldap2.0.23. It would
| > be my guess that many of us are running 4.2.1. Could you share the bug
| > report?
| >
| > Thanks,
| >
| > ed
| >
| > |
| > |
| > |
| > | Sasa Milic wrote:
| > | >
| > | > Hi,
| > | > > I've installed Horde 2.0, IMP 3.0, Turba 1.0, and openldap.
| > | > I'm able to query exchange address book via ldapsearch.
| > | >
| > | > I've configured turba to use ldap, but it doesn't work.
| > | > All it shows is a black screen. So I started to debug things,
| > | > to see what is wrong. Found out that it hangs in lib/Driver/ldap.php,
| > | > in constructor of Turba_Driver_ldap class, in line:
| > | >
| > | > if (!($this->ds = @ldap_connect($this->server, $this->port))) {
| > | >
| > | > Obviously, it never finishes ldap_connect call, but why ?!
| > |
| > | --
| > | Turba mailing list
| > | Frequently Asked Questions: http://horde.org/faq/
| > | To unsubscribe, mail: turba-unsubscribe@lists.horde.org
| >
| > --
| >
| > --
| > Turba mailing list
| > Frequently Asked Questions: http://horde.org/faq/
| > To unsubscribe, mail: turba-unsubscribe@lists.horde.org
--
From lee@disinfo.com Tue Jun 25 04:58:54 2002
From: lee@disinfo.com (Lee)
Date: Mon, 24 Jun 2002 23:58:54 -0400
Subject: [turba] Turba Graphics
Message-ID: <000001c21bfc$a2d34ae0$6e00a8c0@scrash>
This is a multi-part message in MIME format.
---------------------- multipart/mixed attachment
I don't know if anyone else noticed, but the turba menu/header graphics
are not aligned. The slight size/position disalignment makes the entire
menu look a little off. In comparison, the imp menu is perfectly
aligned, each image being of similar size and position.
Anyway, I took the liberty of fixing the turba images on my install and
I thought I would forward them to the list (they are not as clean as the
originals, so someone with the original icon format files might consider
shrinking and positioning the original images in accordance with the
attached images).
Sincerely,
Lee
---------------------- multipart/mixed attachment
A non-text attachment was scrubbed...
Name: search.gif
Type: image/gif
Size: 268 bytes
Desc: not available
Url : http://lists.horde.org/archives/turba/attachments/679ea629/search.gif
---------------------- multipart/mixed attachment
A non-text attachment was scrubbed...
Name: add.gif
Type: image/gif
Size: 280 bytes
Desc: not available
Url : http://lists.horde.org/archives/turba/attachments/9f691fb2/add.gif
---------------------- multipart/mixed attachment
A non-text attachment was scrubbed...
Name: imp.gif
Type: image/gif
Size: 264 bytes
Desc: not available
Url : http://lists.horde.org/archives/turba/attachments/ba75008c/imp.gif
---------------------- multipart/mixed attachment--
From eric.rostetter@physics.utexas.edu Wed Jun 26 02:33:36 2002
From: eric.rostetter@physics.utexas.edu (Eric Rostetter)
Date: Tue, 25 Jun 2002 20:33:36 -0500
Subject: [turba] Fwd: address book import from $HOME/.addressbook
Message-ID: <1025055216.3d1919f0cf897@mail.ph.utexas.edu>
Please reply to original author with answers.
Thanks
Eric
----- Forwarded message from maz@short-b.us -----
Date: Tue, 25 Jun 2002 18:04:50 -0400
From: maz
Reply-To: maz
Subject: address book import from $HOME/.addressbook
To: faq@horde.org
I have a question regarding horde. I've been using pine via ssh/telnet since
I've had email. I have quite a large .addressbook file and would like to
import it into horde.
I browsed your FAQ but could not find any information reguarding this. Is
there a config so I can use my .addressbook as the horde address book as
well? There are times when I'm on console only machines and still require to
use pine for reading of email.
Also so you know my .address book is not located on my local machine but
rather the remote mail server.
any help would be appreciated.
regards,
maz
----- End forwarded message -----
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
"TAD (Technology Attachment Disorder) is an unshakable, impractical devotion
to a brand, platform, product line, or programming language. It's relatively
harmless among the rank and file, but when management is afflicted the damage
can be measured in dollars. It's also contagious -- someone with sufficient
political clout can infect an entire organization."
--"Enterprise Strategies" columnist Tom Yager.
From jan@horde.org Wed Jun 26 11:38:48 2002
From: jan@horde.org (Jan Schneider)
Date: Wed, 26 Jun 2002 12:38:48 +0200
Subject: [turba] Fwd: address book import from $HOME/.addressbook
In-Reply-To: <1025055216.3d1919f0cf897@mail.ph.utexas.edu>
References: <1025055216.3d1919f0cf897@mail.ph.utexas.edu>
Message-ID: <1025087928.3d1999b89f200@jan.dip.ammma.net>
Zitat von Eric Rostetter :
> Please reply to original author with answers.
>
> Thanks
> Eric
>
> ----- Forwarded message from maz@short-b.us -----
> Date: Tue, 25 Jun 2002 18:04:50 -0400
> Wrom: JVTLBXFGGMEPYOQKEDOT
> Reply-To: maz
> Subject: address book import from $HOME/.addressbook
> To: faq@horde.org
>
> I have a question regarding horde. I've been using pine via ssh/telnet
> since
> I've had email. I have quite a large .addressbook file and would like to
> import it into horde.
That should be possible if you use latest Horde _and_ Turba from cvs (either
HEAD or RELENG_* branches).
> I browsed your FAQ but could not find any information reguarding this.
> Is
> there a config so I can use my .addressbook as the horde address book as
>
> well? There are times when I'm on console only machines and still
> require to
> use pine for reading of email.
That's not possible. But perhaps you can write a driver for Turba that reads
this user's address book.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From veddebra@aquinas.edu Wed Jun 26 14:46:23 2002
From: veddebra@aquinas.edu (Brad Vedders)
Date: Wed, 26 Jun 2002 09:46:23 -0400 (EDT)
Subject: [turba] Problems adding to groups
Message-ID:
I'm having problems adding users pulled from our ldap server to a "List"
in turba. When I preform a search from our ldap server and pull up a
name, then check the box next to the name, select "Add to" and the list
name I get the following error message:
Fatal error: Call to a member function on a non-object in
/var/test/horde/turba/lib/Group.php on line 48
This error occurs regardless of whether I'm creating a new list at the
time or trying to add to an existing list. The entry for the list is also
odd. You can edit the list as if it were a regular contact listing even
though it shows as a group in the main listing.
Also, if I click on the name of a person pulled from ldap to edit their
entry and add to my local address book, a blank page is displayed. There
seems to be no good way of moving someone from our college-wide ldap
server to a local address book.
Using the latest horde/imp/turba from CVS as of this morning. It's all
running with php 4.2.1.
Thanks,
Brad Vedders, Network Systems Administrator
Aquinas College, Grand Rapids, MI 49506
=>phone (616) 459-8281 x3743
=>email veddebra@aquinas.edu
From eric.rostetter@physics.utexas.edu Thu Jun 27 15:40:07 2002
From: eric.rostetter@physics.utexas.edu (Eric Rostetter)
Date: Thu, 27 Jun 2002 09:40:07 -0500
Subject: [turba] Fwd: Re: [imp] Fwd: [core] IMP... well...
Message-ID: <1025188807.3d1b23c74e212@mail.ph.utexas.edu>
I can't verify this, but want to pass it on. Think it is in turba, but
could be in IMP???
----- Forwarded message from sgoldberger567@altran-europe.be -----
Date: Thu, 27 Jun 2002 16:23:55 +0200 (CEST)
From: Sara Goldberger
Reply-To: Sara Goldberger
Subject: Re: [imp] Fwd: [core] IMP... well...
To: Eric Rostetter
BTW, a translation issue, when you save a new entry in the address book you
have two buttons: one cancel and one start? Well anyway that's how it's
translated to Swedish. For the Swedish version it should say Spara as in Save
it would make more sense.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
"TAD (Technology Attachment Disorder) is an unshakable, impractical devotion
to a brand, platform, product line, or programming language. It's relatively
harmless among the rank and file, but when management is afflicted the damage
can be measured in dollars. It's also contagious -- someone with sufficient
political clout can infect an entire organization."
--"Enterprise Strategies" columnist Tom Yager.