[Product-Developers] Re: creating content as Anonymous yields TraversalError

Kees Hink hink at gw20e.com
Fri Dec 11 09:18:11 UTC 2009


Don't know how this was fixed, but it is for me now. Maybe it's due to using 
the <<atfolder>> stereotype instead of just <<folder>>. My OPSBReviewsFolder.py 
now looks like this:

...
from Products.ATContentTypes.content.folder import ATFolder
...
class OPSBReviewsFolder(ATFolder):
     ...

Cheers,

Kees

Kees Hink wrote:
> I have a custom content type which should be addable to a designated folder
> (also a custom type) by anonymous users. Anonymous sees the link "Add MyType" in
> the folder, but when i click it, an error occurs. The final statement is
> "TraversalError: (<UnauthorizedBinding: context>, 'at_base_edit_view')"
> 
> Background info: Full traceback at http://paste.plone.org/27433. My content type
> is OPSBReview, the parent folder 'recensies' is an OPSBReviewsFolder. This
> folderish type has a custom workflow which allows Anonymous to add. I created
> the content types and workflows using ArchgenXML 2.4 and ArgoUML 0.26. I am
> testing on Plone 3.2.1.
> 
> Can anyone give me a clue as to what is going wrong here?




More information about the Product-Developers mailing list