Page Properties Macro is not showing in the Macro Browser

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

問題

Users can't find the Page Properties macro in the Macro Browser. They also can comment about that the Page Properties macro change its name to Metadata

If you check the logs you won't find any error related to it.

原因

A third party plugin named as Metadata Plugin is the root cause of it. 

ソリューション

Removing the Metadata plugin directly from the database

データベースの変更を行う場合は必ず事前にバックアップを取得してください。可能な場合は、まずステージング サーバーで SQL コマンドの変更、挿入、更新、または削除を行うようにします。

  1. Check if the the Metadata plugin is installed.

    select * from plugindata where pluginkey like '%andya.confluence.plugins.metadata%'
  2. Confluence を停止します。
  3. If it returns any value, execute the following query:

    remove from plugindata where pluginkey like '%andya.confluence.plugins.metadata%'
  4. Confluence を起動します。

 

 

最終更新日: 2015 年 10 月 14 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.