2012-01-18 1 views
1

Python 2.6.7を使用して、OS X Lionの新しいPlone 4.1.3インスタンスにProducts.ATSuccessStoryをインストールしようとしています。増築は罰金実行されますが、私は私のインスタンスを取得しようとすると、私は次のエラーを取得開始:Products.ATSuccessStory in Plone 4.1.3、Zope ConfigurationExecutionError

zope.configuration.config.ConfigurationExecutionError: : (, u'cmf.ManagePortal') in: File "/Users/keith/Documents/plone-sites/caches/4.1.3/Products.ATSuccessStory-4.0.0-py2.6.egg/Products/ATSuccessStory/browser/configure.zcml", line 8.5-17.11

<plone:portlet 
     name="atss.rotating.portlet" 
     interface=".portlets.successstory.ISuccessStoryPortlet" 
     assignment=".portlets.successstory.Assignment" 
     view_permission="zope2.View" 
     edit_permission="cmf.ManagePortal" 
     renderer=".portlets.successstory.Renderer" 
     addview=".portlets.successstory.AddForm" 
     editview=".portlets.successstory.EditForm" 
     /> 

私はZopeの内側の作業と調和のようにないんだけど、は私の知る限り、絶対に何もありませんが構成内のこのポートレット・ブロックで間違っています。どのように私はこれを修正する必要があります上のすべての指導は非常に感謝します。その最後のリリースの日付から判断

おかげ

答えて

1

に記載されています。the fix to this issueを含むATSuccessStory 4.1.1がリリースされました。

まだこのバージョンis available on pypiではなく、ソースの卵plone.orgに(最終的になります)

関連する問題