[Zope-CMF] Upgraded; now Topics broke

Loren Stafford lstafford@morphics.com
Mon, 24 Sep 2001 13:47:04 -0700


Aha! That did it!

I don't recall any mention of that in the upgrade instructions at
http://cmf.zope.org/download/CMF-1.1/INSTALL.txt.

-- Thanks
-- Loren


> Did you run CMFTopic/Extensions/Update.py?
>
> > From: "Loren Stafford" <lstafford@morphics.com>
> > Reply-To: <lstafford@morphics.com>
> > Date: Fri, 21 Sep 2001 18:49:46 -0700
> > To: "Zope-Cmf" <zope-CMF@zope.org>
> > Subject: [Zope-CMF] Upgraded; now Topics broke
> >
> > I just upgraded from CMF 1.0 to CMF 1.1 on Zope 2.3.2. I had
> Topics working
> > on CMF 1.0 but now that I've got CMF 1.1 installed some Topics
> interfaces
> > are inconsistent. For example, the 1.1 Actions box for a topic
> has a "View"
> > link, which correctly calls topic_view. But the "Edit" link calls
> > topic_edit, which doesn't exist. topic_edit is a 1.0 method;
> the 1.1 method
> > is apparently topic_edit_form. Similarly for topic_criteria and
> > topic_subtopic.
> >
> > What has gone wrong here?
> >
> > What is the best way to fix it?
> >