以前に何百もの標準 WordPress インストールを別のドメイン/サーバーに移動しましたが、最初のマルチサイト インストールを移動できません。すべての子サイトのフロント エンドは完全に機能しますが、子サイトのバックエンドは多くのファイルの読み込みに失敗しています (ネットワーク バックエンドとメイン サイトのバックエンドも完全に機能します)。
子サイトのバックエンドで受け取ったエラーのリストは次のとおりです。
Failed to load resource: the server responded with a status of 404 (Not Found) http://example.com/childsite/wp-admin/load-styles.php?c=1&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check&ver=4.0
Failed to load resource: the server responded with a status of 404 (Not Found) http:/example.com/childsite/wp-admin/load-scripts.php?c=1&load%5B%5D=jqu…-ui-draggable,jquery-ui-button,jquery-ui-position,jquery-ui-dialog&ver=4.0
Uncaught ReferenceError: jQuery is not defined debug-bar-js.js?ver=20111216:1
Uncaught ReferenceError: jQuery is not defined jquery-ui-1.10.4.custom.min.js:6
Uncaught ReferenceError: jQuery is not defined jquery.validate.min.js:4
Uncaught ReferenceError: jQuery is not defined custom.js:8
Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) (index):412
Failed to load resource: the server responded with a status of 404 (Not Found) http://example.com/childsite/wp-admin/load-scripts.php?c=1&load%5B%5D=hov…,svg-painter,heartbeat,wp-auth-check,jquery-form,word-count,wplink&ver=4.0
Uncaught ReferenceError: jQuery is not defined debug-bar.js:1
Uncaught TypeError: undefined is not a function debug-bar-js.js?ver=20111216:1
Uncaught ReferenceError: jQuery is not defined jquery.cookie.js:17
Uncaught TypeError: undefined is not a function debug-bar-js.js?ver=20111216:1
Uncaught ReferenceError: jQuery is not defined jquery.jcarousel.min.js:4
Uncaught TypeError: undefined is not a function debug-bar-js.js?ver=20111216:1
Uncaught ReferenceError: jQuery is not defined main.js:1
Uncaught TypeError: undefined is not a function debug-bar-js.js?ver=20111216:1
Uncaught ReferenceError: jQuery is not defined main-admin.js:1
Uncaught TypeError: undefined is not a function debug-bar-js.js?ver=20111216:1
Failed to load resource: the server responded with a status of 404 (Not Found)
データベース内のすべての古い URL を新しい URL に置き換え、wp-config を編集しました。私が忘れていた可能性のあるものは他にありますか?