Edit a Template Open as a Rich Text Editor and not as The New XHTML Editor

お困りですか?

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

コミュニティに質問

症状

When you try to edit a space template, the edit page opens as a Rich text editor instead of the new XHTML editor.

原因

This is caused because the BODYTYPEID rows of the table PAGETEMPLATE are set as 0 while it should be set as 2 instead. The reason why it was not converted is still unknown, however probably could have been caused by some corrupted upgrade of confluence.

ソリューション

  • Perform a database backup before!
  • Run the following SQL statement:

    UPDATE pagetemplates SET bodytypeid = 2;
    
最終更新日: 2016 年 2 月 26 日

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

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