0

私は私たちのploneサイトをWindowsServer2003からWindowsServer2008ボックスで実行するように移行しようとしています。2008サーバーにPlone4.1をインストールし、Plone3.0からdata.fsファイルをコピーしました。また、CMFPLONE拡張ディレクトリを3.0から新しいバージョンにコピーする必要があることもわかりました。私がサイトを作成すると、サイトが表示されましたが、グラフィックはありませんでした。ログインしてサイトスタイルを修正できるかどうかを確認しようとすると、次のエラーが発生しました。

申し訳ありませんが、エラーが発生しているようです…完全なエラーメッセージは次のとおりです。

Traceback (innermost last):
  Module ZPublisher.Publish, line 126, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 46, in call_object
  Module Products.CMFFormController.FSControllerPageTemplate, line 91, in __call__
  Module Products.CMFFormController.BaseControllerPageTemplate, line 28, in _call
  Module Products.CMFFormController.ControllerBase, line 231, in getNext
  Module Products.CMFFormController.Actions.TraverseTo, line 38, in __call__
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 46, in call_object
  Module Products.CMFFormController.FSControllerPythonScript, line 105, in __call__
  Module Products.CMFFormController.Script, line 145, in __call__
  Module Products.CMFCore.FSPythonScript, line 130, in __call__
  Module Shared.DC.Scripts.Bindings, line 322, in __call__
  Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec
  Module Products.PythonScripts.PythonScript, line 344, in _exec
  Module script, line 29, in logged_in <FSControllerPythonScript at /Plone/logged_in> Line 29
  Module Products.PlonePAS.tools.membership, line 635, in loginUser
  Module Products.PlonePAS.plugins.cookie_handler, line 91, in login
  Module Products.PluggableAuthService.PluggableAuthService, line 1109, in      updateCredentials
  Module plone.session.plugins.session, line 220, in updateCredentials
  Module plone.session.plugins.session, line 136, in _setupSession
  Module plone.session.plugins.session, line 130, in _getSigningSecret
  Module zope.component._api, line 169, in getUtility
ComponentLookupError: (<InterfaceClass plone.keyring.interfaces.IKeyManager>, '') 

エラーを修正する方法と、サイトが正しく表示されない原因についてのアイデアはありますか?

4

2 に答える 2

1

送信元: https://dev.plone.org/ticket/8579

「plone.keyring KeyManager Registration」からのすべてのステップを再インストールして、ComponentLookupError: (, '') の Site Setup での作業時のエラーを修正します。

通常、アップグレード時には、いくつかのアップグレード手順を実行する必要があります。ログイン時にエラーになるため、Web インターフェイスで実行すると問題が発生する可能性があります。したがって、最新の 3.X にアップグレードしてから 4.X にアップグレードする方がよいことに同意します。

于 2012-05-03T12:59:05.107 に答える
0

3.1.5.1から4.1.4までだけ、似たようなことをしました。最初に 3.3.5 (最後にサポートされた 3x リリース) に移行し、次に 4x に移行することを強くお勧めします。

于 2012-05-04T00:48:14.363 に答える