Page Properties Macro is not showing in the Macro Browser

Still need help?

The Atlassian Community is here for you.

Ask the community

Problem

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.

Cause

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

Resolution

Removing the Metadata plugin directly from the database

Always back up your data before performing any modifications to the database. If possible, test any alter, insert, update, or delete SQL commands on a staging server first.

  1. Check if the the Metadata plugin is installed.

    select * from plugindata where pluginkey like '%andya.confluence.plugins.metadata%'
  2. Stop Confluence.
  3. If it returns any value, execute the following query:

    remove from plugindata where pluginkey like '%andya.confluence.plugins.metadata%'
  4. Start Confluence.

 

 

Last modified on Oct 14, 2015

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.