[Grok-dev] megrok.kss ForbiddenAttribute error after updating to 0.14.1
Douglas Cerna
douglascerna at yahoo.com
Sun Dec 14 18:56:19 EST 2008
Hi everybody!
I've upgraded to grok 0.14.1 after the security warning, but now my application, which uses megrok.kss stop working (traceback below). If I change to 0.14 the application works.
I also tested the "Adding AJAX to Grok with KSS" tutorial and got the same error. I suppose it's a problem with the megrok.kss package, right? What can be done about it?
Thanks, Douglas.
2008-12-14T17:34:57 ERROR SiteError http://localhost:8080/app/index/@@welcome
Traceback (most recent call last):
File "/home/elbixio/.buildout/eggs/zope.publisher-3.4.6-py2.4.egg/zope/publisher/publish.py", line 130, in publish
obj = request.traverse(obj)
File "/home/elbixio/.buildout/eggs/zope.publisher-3.4.6-py2.4.egg/zope/publisher/browser.py", line 527, in traverse
ob, add_steps = publication.getDefaultTraversal(self, ob)
File "/home/elbixio/.buildout/eggs/grok-0.14.1-py2.4.egg/grok/publication.py", line 62, in getDefaultTraversal
obj, path = super(GrokBrowserPublication, self).getDefaultTraversal(
File "/home/elbixio/.buildout/eggs/zope.app.publication-3.4.3-py2.4.egg/zope/app/publication/browser.py", line 66, in getDefaultTraversal
return ob.browserDefault(request)
ForbiddenAttribute: ('browserDefault', <megrok.kss.meta.AppKSS object at 0xb4b634ac>)
More information about the Grok-dev
mailing list