After modifying permissions of ZWikiPage there is an information: Some permissions had errors: View. It is not dependent on any specific permission change - it appears always. After all, permissions are in changed state. (ZWiki 0.31 inside Plone site, acting as manager)
... --simon, Tue, 08 Jun 2004 11:00:53 -0700 reply
I've seen this before (with an older zwiki version which had a permission declaration bug). I'm not sure what you should do. I would try any or all of the following manouevres: check all zwiki permissions are listed correctly at the bottom of the security tab, uninstall zwiki, restart zope, delete zwiki in control_panel/products, re-install zwiki.
... --Tue, 08 Jun 2004 11:39:04 -0700 reply
I have also seen it before - but then there were two permissions after ':'.
I have done what you have said: checked permission - all ok, uninstalled, deleted, physically removed, restarted, pulled newest version from darcs, restarted, installed, and.. the same error :/
investigating --SimonMichael, Wed, 09 Jun 2004 09:46:49 -0700 reply
I can reproduce the evil thing now.
fixed for 0.32 --simon, Thu, 10 Jun 2004 18:52:43 -0700 reply
Status: open => closed
Still encountering the problem --Thu, 22 Jul 2004 14:32:31 -0700 reply
Hi, I have installed ZWiki-0.32, but am still encountering the problem. I have no idea where the error comes from. The error log does not show any exceptions. I could grep the Zope-Source for the Error-String... Any other ideas?
Still encountering the problem --SimonMichael, Sat, 07 Aug 2004 14:29:37 -0700 reply
I no longer see the problem on this site, so I'd suspect one of the products (especially custom products) on your site. You could try removing products/restarting zope until it goes away.
Still encountering the problem --SimonMichael, Sat, 07 Aug 2004 14:30:54 -0700 reply
PS - the problem is a bad security declaration (declareProtected() and friends) somewhere.