質問編集履歴
3
修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
5
|
1
|
+
5GBの巨大サイトの移行作業について(本番環境から開発環境へ)
|
test
CHANGED
File without changes
|
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
業務で5
|
1
|
+
業務で5GB以上のWordPressサイトを修正することになりました。
|
2
2
|
|
3
3
|
本番環境から開発環境へ移行作業を行いましたが、エラー文がでてしまいました。
|
4
4
|
|
5
|
-
All-in-One WP Migrationを普段しようしているのですが、MAX512
|
5
|
+
All-in-One WP Migrationを普段しようしているのですが、MAX512MBまで上げても足りず、高度な設定で最低限のものだけチェックを入れてインポートしました。プラグインも本番環境に合わせて有効化させ、テーマも同じものを再度入れ直しましたが、TOPページに以下エラー文がでてしまっています。
|
6
6
|
|
7
7
|
Fatal error: Uncaught Error: Call to undefined function get_field() in /home/sample/www/sample1/wp-content/themes/cake/inc/page-title.php:10 Stack trace: #0 /home/sample/www/sample1/wp-includes/template.php(725): require() #1 /home/sample/www/sample1/wp-includes/template.php(672): load_template('/home/sample/w...', false) #2 /home/sample/www/sample1/wp-includes/general-template.php(168): locate_template(Array, true, false) #3 /home/sample/www/sample1/wp-content/themes/cake/index.php(13): get_template_part('inc/page-title') #4 /home/sample/www/sample1/wp-includes/template-loader.php(106): include('/home/sample/w...') #5 /home/sample/www/sample1/wp-blog-header.php(19): require_once('/home/sample/w...') #6 /home/sample/www/sample1/index.php(17): require('/home/sample/w...') #7 {main} thrown in /home/sample/www/sample1/wp-content/themes/cake/inc/page-title.php on line 10
|
8
8
|
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,11 +4,7 @@
|
|
4
4
|
|
5
5
|
All-in-One WP Migrationを普段しようしているのですが、MAX512GBまで上げても足りず、高度な設定で最低限のものだけチェックを入れてインポートしました。プラグインも本番環境に合わせて有効化させ、テーマも同じものを再度入れ直しましたが、TOPページに以下エラー文がでてしまっています。
|
6
6
|
|
7
|
-
=============================================================================
|
8
|
-
|
9
7
|
Fatal error: Uncaught Error: Call to undefined function get_field() in /home/sample/www/sample1/wp-content/themes/cake/inc/page-title.php:10 Stack trace: #0 /home/sample/www/sample1/wp-includes/template.php(725): require() #1 /home/sample/www/sample1/wp-includes/template.php(672): load_template('/home/sample/w...', false) #2 /home/sample/www/sample1/wp-includes/general-template.php(168): locate_template(Array, true, false) #3 /home/sample/www/sample1/wp-content/themes/cake/index.php(13): get_template_part('inc/page-title') #4 /home/sample/www/sample1/wp-includes/template-loader.php(106): include('/home/sample/w...') #5 /home/sample/www/sample1/wp-blog-header.php(19): require_once('/home/sample/w...') #6 /home/sample/www/sample1/index.php(17): require('/home/sample/w...') #7 {main} thrown in /home/sample/www/sample1/wp-content/themes/cake/inc/page-title.php on line 10
|
10
|
-
|
11
|
-
=============================================================================
|
12
8
|
|
13
9
|
|
14
10
|
|