質問編集履歴

2

日本語部分の伏字を●●●に統一しました。

2020/01/22 23:58

投稿

kumakumamon
kumakumamon

スコア5

test CHANGED
File without changes
test CHANGED
@@ -20,29 +20,27 @@
20
20
 
21
21
 
22
22
 
23
- Fatal error: Uncaught Error: Call to undefined function get_field() in /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-content/themes/テーマフォルダ/●●●/ナビゲーション.php:25
23
+ Fatal error: Uncaught Error: Call to undefined function get_field() in /Applications/XAMPP/xamppfiles/htdocs/●●●/wp-content/themes/●●●/●●●/●●●.php:25
24
24
 
25
25
 
26
26
 
27
27
  Stack trace:
28
28
 
29
- #0 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート.php(724): require()
29
+ #0 /Applications/XAMPP/xamppfiles/htdocs/●●●/wp-includes/●●●.php(724): require()
30
30
 
31
- #1 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート.php(671): load_template('/Applications/X...',false)
31
+ #1 /Applications/XAMPP/xamppfiles/htdocs/●●●/wp-includes/●●●.php(671): load_template('/Applications/X...',false)
32
32
 
33
- #2 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート2.php(168): locate_template(Array, true, false)
33
+ #2 /Applications/XAMPP/xamppfiles/htdocs/●●●/wp-includes/●●●.php(168): locate_template(Array, true, false)
34
34
 
35
- #3 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-content/themes/テーマフォルダ/header.php(63): get_template_part('template-parts/...')
35
+ #3 /Applications/XAMPP/xamppfiles/htdocs/●●●/wp-content/themes/●●●/header.php(63): get_template_part('template-parts/...')
36
36
 
37
- #4 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート.php(722): require_once('/Applications/X...')
37
+ #4 /Applications/XAMPP/xamppfiles/htdocs/●●●/wp-includes/●●●.php(722): require_once('/Applications/X...')
38
38
 
39
- #5 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート.php(671): load_template('/Applications/X...', true)
39
+ #5 /Applications/XAMPP/xamppfiles/htdocs/●●●/wp-includes/●●●.php(671): load_template('/Applications/X...', true)
40
40
 
41
- #6 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート2.php(41): locate_template(Array, true)
41
+ #6 /Applications/XAMPP/xamppfiles/htdocs/●●●/wp-includes/●●●.php(41): locate_template(Array, true)
42
42
 
43
- #7 /Ap in/Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-content/themes/テーマフォルダ/●●●/ナビゲーション.php on line25
43
+ #7 /Ap in/Applications/XAMPP/xamppfiles/htdocs/●●●/wp-content/themes/●●●/●●●/●●●.php on line25
44
-
45
-
46
44
 
47
45
 
48
46
 

1

エラ〜メッセージ追加

2020/01/22 23:58

投稿

kumakumamon
kumakumamon

スコア5

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,38 @@
11
11
  XAMPPを導入し、オリジナルテーマも読み込めたのですが
12
12
 
13
13
  実際のサイトがheader.phpしか読み込まれず困っております。
14
+
15
+
16
+
17
+ エラーメッセージは以下のとおりです。
18
+
19
+
20
+
21
+
22
+
23
+ Fatal error: Uncaught Error: Call to undefined function get_field() in /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-content/themes/テーマフォルダ/●●●/ナビゲーション.php:25
24
+
25
+
26
+
27
+ Stack trace:
28
+
29
+ #0 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート.php(724): require()
30
+
31
+ #1 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート.php(671): load_template('/Applications/X...',false)
32
+
33
+ #2 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート2.php(168): locate_template(Array, true, false)
34
+
35
+ #3 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-content/themes/テーマフォルダ/header.php(63): get_template_part('template-parts/...')
36
+
37
+ #4 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート.php(722): require_once('/Applications/X...')
38
+
39
+ #5 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート.php(671): load_template('/Applications/X...', true)
40
+
41
+ #6 /Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-includes/テンプレート2.php(41): locate_template(Array, true)
42
+
43
+ #7 /Ap in/Applications/XAMPP/xamppfiles/htdocs/任意のWPフォルダ/wp-content/themes/テーマフォルダ/●●●/ナビゲーション.php on line25
44
+
45
+
14
46
 
15
47
 
16
48
 
@@ -32,8 +64,6 @@
32
64
 
33
65
 
34
66
 
35
-
36
-
37
67
  ### 補足情報(FW/ツールのバージョンなど)
38
68
 
39
69
  iMacの最新バージョン(10.15)を使用