Hi all, i'm using without success the KM|Net News 1.1 product. My Zope configuration is as follows : Debian Gnu/Linux 2.2, Zope 2.1.6 debian package, Python Method 0.1.7 product, KM|Net 1.1 and nothing else! I'm trying the very simple example available in the info tabs of the KM|Net product : a KMArticleStore containing some KMArticleItem, the article items are approved, current and top are selected. When i'm trying to look at the articles inside the news instance with the following dtml document, i see nothing : ... <dtml-with news> <dtml-var "index_html(_.None, _, category='top')"> </dtml-with> ... I have already use a previous version of this product with Zope 2.1.2 without problems. -- Serge Stinckwich -< ) Debian GNU/Linux 2.2 CNRS UPRESA 6072>GREYC>I3>SMILE /~\ http://debian.org/ Université de Caen>IUT de Caen>Campus 3>Dept Info (/ | http://zope.org/ http://www.iutc3.unicaen.fr/~stincs _|_/ http://zschool.org/
Hi, Everything sounds right at first glance. Is that code in a DTML Document or a DTML Method? Kevin ----- Original Message ----- From: "Serge Stinckwich" <Serge.Stinckwich@info.unicaen.fr> To: <zope@zope.org> Sent: Sunday, May 14, 2000 3:22 PM Subject: [Zope] KM|Net News 1.1 trouble
i'm using without success the KM|Net News 1.1 product.
My Zope configuration is as follows : Debian Gnu/Linux 2.2, Zope 2.1.6 debian package, Python Method 0.1.7 product, KM|Net 1.1 and nothing else!
I'm trying the very simple example available in the info tabs of the KM|Net product : a KMArticleStore containing some KMArticleItem, the article items are approved, current and top are selected. When i'm trying to look at the articles inside the news instance with the following dtml document, i see nothing :
... <dtml-with news> <dtml-var "index_html(_.None, _, category='top')"> </dtml-with> ...
On Sun, May 14, 2000 at 03:56:27PM -0400, Kevin Dangoor wrote:
Hi,
Everything sounds right at first glance. Is that code in a DTML Document or a DTML Method?
an index_html DTML document in a folder. Does it matters ? It's a bit frustrating :)) ... i already try a lots of things ... at the begining i was suspecting an interaction with another product, but without anything it doesn't work. Maybe a problem with the deb package ... i will try with a binary Zope download from zope.org -- Serge Stinckwich -< ) Debian GNU/Linux 2.2 CNRS UPRESA 6072>GREYC>I3>SMILE /~\ http://debian.org/ Université de Caen>IUT de Caen>Campus 3>Dept Info (/ | http://zope.org/ http://www.iutc3.unicaen.fr/~stincs _|_/ http://zschool.org/
----- Original Message ----- From: "Serge Stinckwich" <Serge.Stinckwich@info.unicaen.fr> To: <zope@zope.org> Sent: Sunday, May 14, 2000 4:18 PM Subject: Re: [Zope] KM|Net News 1.1 trouble
On Sun, May 14, 2000 at 03:56:27PM -0400, Kevin Dangoor wrote:
Hi,
Everything sounds right at first glance. Is that code in a DTML Document or a DTML Method?
an index_html DTML document in a folder. Does it matters ?
It might. I haven't tried this using a DTML Document before. It doesn't *seem* like the extra namespace dropped in there from a document would matter, but I would give it a try with a Method. (Unless I really need to give a document properties, I always use methods.)
It's a bit frustrating :)) ... i already try a lots of things ... at the begining i was suspecting an interaction with another product, but without anything it doesn't work.
Maybe a problem with the deb package ... i will try with a binary Zope download from zope.org
I wouldn't think so. KMNN is pretty standard ZClass/ZCatalog stuff. Kevin
participants (2)
-
Kevin Dangoor -
Serge Stinckwich