[Zope3-dev] Re: Cannot add object in 3.3 (working in 3.2)

Baiju M baiju.m.mail at gmail.com
Wed Aug 9 08:52:33 EDT 2006


On 8/9/06, Baiju M <baiju.m.mail at gmail.com> wrote:
> Hi all,
>          Few months back I had written this example app:
> http://codespeak.net/svn/z3/zopeweb/trunk/content/documentation/z3tut/collector/
> But now in 3.3 I cannot add Ticket objects. It is working fine in 3.2.
> the message is "The page that you are trying to access is not available"
> the url is http://localhost:8080/++skin++tuto/Collector/@@+/AddTicket.html
> If I remove the container constraint from interface I can add this
> object to top container.

This problem solved when I added this to connfigure.zcml:

  <containerViews
      for="collector.interfaces.ICollector"
      index="zope.View"
      contents="zope.View"
      add="zope.ManageContent"
      />

Any idea why this was not mandatory in 3.2?

Regards,
Baiju M


More information about the Zope3-dev mailing list