Documentation Theme Broken and Side Navigation Bar Missing Post-Confluence Upgrade
プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。
問題
The Documentation theme is broken, and the left navigation bar is missing post-Confluence upgrade
原因
The wrong documentation theme plugin is loaded (instead of the one bundled with Confluence)
ソリューション
Take a backup of the Confluence Database. Then run this query to remove the wrong plugin:
DELETE FROM PLUGINDATA WHERE PLUGINKEY LIKE '%com.atlassian.confluence.plugins.doctheme%';
After that, shutdown Confluence, remove the plugin caches from the Confluence Home Directory:
- bundled-plugins
- plugins-cache
- plugins-osgi-cache
- plugins-temp
Then startup Confluence
最終更新日: 2016 年 2 月 26 日
Powered by Confluence and Scroll Viewport.