私は私たちの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>, '')
エラーを修正する方法と、サイトが正しく表示されない原因についてのアイデアはありますか?