AW: AW: [Zope] DocumentLibrary on Zope 2.6
Isokangas, Erik HTC/DE/FRA
Erik.Isokangas@hochtief.de
Tue, 14 Jan 2003 15:43:54 +0100
I think I spoke too soon. Whilst I managed to add a DocumentLibrary
(contained within a Catalog) once, I can't seem to replicate it - no =
mater
what order I do things. Also, the DocumentLibrary object that I =
managed to
add once successfully doesn't work much further - adding topics or =
document
generates similar error messages, such as:
Sorry, an error occured:=20
* Page:
http://...../Catalog/DocLibrary/Documents/manage_addDocumentFile=20
* Error type: AttributeError=20
* Error value: Splitter=20
It seems that there is something more to the problem than a difference
between TextIndex and ZCTextIndex. Unfortunately, it's all above my =
head.
I'll crank up an older version of Zope just to make sure it is a =
version
incompatibility problem.
If anyone has further ideas I'd appreciate your suggestions.
Erik.
> -----Urspr=FCngliche Nachricht-----
> Von: Andreas Jung [SMTP:lists@andreas-jung.com]
> Gesendet am: Tuesday, 14 January 2003 12:12 PM
> An: Isokangas, Erik HTC/DE/FRA; 'Andreas Jung'; 'zope@zope.org'
> Betreff: Re: AW: [Zope] DocumentLibrary on Zope 2.6
>=20
>=20
>=20
> --On Dienstag, 14. Januar 2003 12:04 +0100 "Isokangas, Erik =
HTC/DE/FRA"=20
> <Erik.Isokangas@hochtief.de> wrote:
>=20
> > It's working! Thanks very much Andreas. The trick was to setup =
the
> > indices THEN add a new vocabulary.
> >
>=20
> This is even more strange since the (ZC)TextIndex requires a =
Vocabulary
> :-)
>=20
> -aj