6

こんにちは、Sitecore 7.2 に Social Connected 2.1 をインストールしようとすると、このエラーが発生します。

構成ノードが見つかりませんでした: contentSearch/configuration/defaultIndexConfiguration/analyzer

解決策が見つかりませんでした。

誰でもこれで私を助けることができますか?

前もって感謝します!

4

2 に答える 2

8

Sitecore には、既知の問題に対する回避策があります。

Sitecore CMS 7.2 で Social Connected 2.1 を使用する 参照番号: 408378

Social Connected 2.1 は Sitecore CMS 7.2 と互換性がありません。

回避策:

Social Connected モジュールを Sitecore 7.2 リビジョンにインストールします。140228. Social Connected 2.1 rev. をインストールします。140113 インストール ウィザードを使用します。インストール中に、次のエラー メッセージが表示されます:「構成ノードが見つかりませんでした: content Search/configuration/defaultIndex Configuration/analyzer」。メッセージを閉じます。構成ファイルに必要な変更*を加えます。インストール ウィザードを開き、モジュール パッケージを再度インストールします。アイテムとファイルの競合には [スキップ] オプションを使用します。Sitecore 7.2 リビジョンに既にインストールされている Social Connected モジュールを修正します。140228 構成ファイルに必要な変更*を行います。* Sitecore.Social.config ファイルに必要な変更:

からアナライザータグを変更します

<analyzer ref="contentSearch/configuration/defaultIndexConfiguration/analyzer" />

次へ...

<analyzer ref="contentSearch/indexConfigurations/defaultLuceneIndexConfiguration/analyzer" /> 

「socialSearch/configuration」セクションに「true」タグを追加します。

* Sitecore の公式の回避策 / KB 記事はこちら *

したがって、この修正で Social Connected 2.1 を使用できます。

于 2014-06-16T16:01:06.590 に答える
3

I don't have any good news for you. Social Connected module doesn't have any version which is compatible with Sitecore 7.2 version.

Here is the full table of the modules compatibility: http://sdn.sitecore.net/products/sitecore%20v5/sitecore%20cms%206/installation/modules%20compatibility.aspx.

The answer I've got from Sitecore Support is

There is currently no supported by CMS 7.2 Social Connected. Reasons are - many breaking changes.


EDIT:

According to the latest news, there are now versions of Social Connected supporting Sitecore up to 7.5:

https://kb.sitecore.net/articles/541788

于 2014-04-16T06:06:55.973 に答える