Eaoki
August 30, 2024, 7:43am
1
ファイルマネージャーでファイルをフォルダーへの移動操作をします。
成功したように見えますが、ファイルは移動していません。
レポートには次のログがありまして、時間的にはこの移動操作のものと思われます。
注意 ResponseAssetGroup::requireAsset は “redactor” が必須ですが “redactor” が正しいアセットグループハンドルではありません。 2024/08/30 15:56 admin
注意 ResponseAssetGroup::requireAsset は “core/sitemap” が必須ですが “core/sitemap” が正しいアセットグループハンドルではありません。 2024/08/30 15:56 admin
注意 ResponseAssetGroup::requireAsset は “core/file-manager” が必須ですが “core/file-manager” が正しいアセットグループハンドルではありません。
コアバージョン 9.3.3
PHP Version 8.3.7
9.3.2 の時には移動できたと思っています。
助言を期待します。
hissy
August 30, 2024, 10:30am
2
@Eaoki
書いていただいているログは関係ないと思います。他のログはありませんか?
成功したように見えるとのことですが、ブラウザの開発ツールで見て、コンソールに何かエラーが出ているなどないでしょうか?
hissyさん、返答を有難う。
ブラウザコンソールを見てみました。
contentScript.js:2 i18next: languageChanged ja
contentScript.js:2 i18next: initialized ObjectappendNamespaceToCIMode: falseappendNamespaceToMissingKey: falsecontextSeparator: ""debug: truedefaultNS: [‘translation’]fallbackLng: [‘en’]fallbackNS: falseignoreJSONStructure: trueinitImmediate: trueinterpolation: {escapeValue: false, prefix: ‘{{’, suffix: ‘}}’, formatSeparator: ‘,’, format: ƒ, …}joinArrays: falsekeySeparator: "."lng: "ja"load: "all"missingInterpolationHandler: falsemissingKeyHandler: falsenonExplicitSupportedLngs: falsens: [‘translation’]nsSeparator: ":"overloadTranslationOptionHandler: ƒ (e)parseMissingKeyHandler: falsepartialBundledLanguages: falsepluralSeparator: " "postProcess: falsepostProcessPassResolved: falsepreload: falsereact: {transKeepBasicHtmlNodesFor: Array(5)}resources: {ja: {…}}returnEmptyString: truereturnNull: falsereturnObjects: falsereturnedObjectHandler: falsesaveMissing: falsesaveMissingPlurals: truesaveMissingTo: "fallback"simplifyPluralSuffix: truesupportedLngs: falseupdateMissing: false[[Prototype]]: Object
js:15 Uncaught TypeError: Cannot read properties of undefined (reading ‘regional’)
at js:15:12
at js:11:3
at js:13:2
backend.js?ccm_nocache=3ff6794206511873934e683731bc20e0b61ca7af:1 Fancytree: ignored duplicate include
b @ backend.js?ccm_nocache=3ff6794206511873934e683731bc20e0b61ca7af:1
530:1 Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
js:15 Uncaught TypeError: Cannot read properties of undefined (reading ‘regional’)
下のLineを示しています。
datepicker.regional[‘ja’] = {
ダッシュボードのログは今回ないので、関連はなさそうです。
hissyさん情報をありがとうございます。
"datepicker-ja.js"の一時対応して"undefined (reading ‘regional’)"のエラーはでなくなったのですが、
”移動は成功した"とメッセージが表示されるのですが、ファイルは移動されません。
ブラウザコンソールには下のメッセージです。
言語を英語に変更してファイルを移動してみたのですが、移動されません。
contentScript.js:2 i18next: languageChanged ja
contentScript.js:2 i18next: initialized Object
backend.js?ccm_nocache=3ff6794206511873934e683731bc20e0b61ca7af:1 Fancytree: ignored duplicate include
b @ backend.js?ccm_nocache=3ff6794206511873934e683731bc20e0b61ca7af:1
530#:1 Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
サーバーのエラーログがありました。
Class “AssetList” not found?
この関連はカスタマイズした記憶はないのですが、どう対応すればよいのでしょうか?
[Sun Sep 01 09:05:21.419774 2024] [fcgid:warn] [pid 4088:tid 4598] [client 121.111.181.29:59652] mod_fcgid: stderr: PHP Fatal error: Uncaught Error: Class “AssetList” not found in /home/public_html/application/config/generated_overrides/app.php:15, referer: https:index.php/dashboard/files/search/folder/59
ブラウザーコンソールに下のようなエラーがあった。
fancytree duplicated ingnore.
Migration_tool を示しているようだったので、Migration_tool をアンインストールしてファイル移動をしたところ成功した。
Migration_toolアドオンに問題があるようです。