Re: 「記事」ブロックをドラッグ&ドロップしたら応答がない

2019年5月24日 at 6:34

DeaconBlues様
takuro hishikawa様

早速の回答、ありがとうございます。
お二人の回答のことは投稿する前にはやっていますが、
正しくできているかは疑問ですので
これからもう一度試してみます。

なお、「画像」ブロックや「日付ナビ」ナビゲーションとかでは
問題が生じないことは確認しています。
コンテンツ追加のすべてを試してはいませんが、
「記事」ブロックだけが問題かと思われます。

昨日夕方から今日いっぱいは忙しいので
明日土曜日に回答をみながら試してみます。
土曜日に結果をお伝えするようにします。

Re: Re: 「記事」ブロックをドラッグ&ドロップしたら応答がない

2019年5月24日 at 8:38
止まってしまった段階でDeveloper Toolなどで確認してみると、
何かJavaScriptのエラーが出ているかもしれませんね。
 

Re: 「記事」ブロックをドラッグ&ドロップしたら応答がない

2019年5月25日 at 12:33
JavaScriptでエラーが出ていました。下記の通りです。

[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (register.js, line 0)
[Error] SyntaxError: Unexpected token '<'
ajax (jquery.js:4:22217)
_evalUrl (jquery.js:4:23296)
Ha (jquery.js:3:21253)
append (jquery.js:3:22794)
loadJavaScript (asset-loader.js:1:293)
Evalコード (匿名スクリプト1(1行目))
eval
(anonymous関数) (jquery.js:2:2656)
globalEval (jquery.js:2:2663)
Ha (jquery.js:3:21273)
after (jquery.js:3:23228)
success (app.js:6:18081)
i (jquery.js:2:27455)
fireWith (jquery.js:2:28215)
y (jquery.js:4:22733)
c (jquery.js:4:26927)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (styles.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (ckeditor.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (styles.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (styles.css, line 0)
[Warning] [CKEDITOR] Error code: editor-plugin-conflict. – {plugin: "image", replacedWith: "image2"}
[Warning] [CKEDITOR] For more information about this error go tohttp://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#editor-plugin-conflict

最初のエラーが発生したリソースは
http://□□□.jp/test/concrete/js/ckeditor4/core/concrete5link/register.js?ccm_nocache=ca17add95b11d1baf3d74fcd3fa4637fb02c14ba&ts=1558754651045
 

Re: 「記事」ブロックをドラッグ&ドロップしたら応答がない

2019年5月25日 at 23:18
原因が判明しました。
さくらインターネットの
「Webアプリケーションファイアウォールの設定」で
JP-Secureの「SiteGuard」を利用するという設定が問題でした。
かなり以前に設定していたためすっかり忘れていました。
http://□□□.jp/test/concrete/js/ckeditor4/core/concrete5link/register.js
の/core/という名前に起因する「SiteGuard」の誤認識によるアクセス拒否かと推測されます。
「SiteGuard」を利用しない設定にしたところ問題なく動作しました。
ご支援ありがとうございました。