When publishing a page, the following message appears: "This site is read-only Starting now, any changes you make won't be saved. We'll let you know when you can start editing again."

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

要約

When the user clicks the Publish button on any page of Confluence, this error message appears: "This site is read-only
Starting now, any changes you make won't be saved. We'll let you know when you can start editing again."

診断

  1. Open the Developer Tools from your browser (usually F12).
  2. Check the 'Preserve logs' option on the Network tab.
  3. Open the page in view mode.
  4. Click edit.
  5. Make a change and click the Publish button.

One of the request from the network tab will show a similar error 405 Method Not Allowed:

原因

During the publish process, many request are sent to the backend by the Editor from the browser. However, the PUT method is not allowed and this causes the error.

After receiving the HTTP 405 error, the editor enters a Read-Only state because the ability to save is compromised by the wrong request. This issue is caused by third-party plugins.

回避策

Temporarily Enable Safe Mode in the Confluence. This will disable all plugins and the Publish feature of the editor will start to work again.  Next, reenable the third party plugins one by one and retest the Publish functionality each time to see which plugin causes the Publish button to break.

If a third-party plugin is causing the issue, please report the issue to the plugin developer for assistance.


最終更新日 2020 年 5 月 22 日

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

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