質問編集履歴

1

エラーメッセージのテキストでのアップロード及び、詳細情報をいくつか追加しました。

2021/07/27 01:08

投稿

cazuquit
cazuquit

スコア2

test CHANGED
File without changes
test CHANGED
@@ -1,7 +1,35 @@
1
1
  ![イメージ説明](030322f4c34f49887a387e830029902d.png)
2
+
3
+
4
+
5
+ 追記:エラーメッセージのテキストです。
6
+
7
+ ```PHP
8
+
9
+ Fatal error: Uncaught Error: Call to a member function pre_save_field() on null in /home/(サーバー)/(ドメイン)/public_html/wp-content/plugins/custom-field-suite/includes/field_group.php:199 Stack trace: #0 /home/(サーバー)/(ドメイン)/public_html/wp-content/plugins/custom-field-suite/includes/init.php(210): cfs_field_group->save(Array) #1 /home/(サーバー)/(ドメイン)/public_html/wp-includes/class-wp-hook.php(305): cfs_init->save_post(19) #2 /home/(サーバー)/(ドメイン)/public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array) #3 /home/(サーバー)/(ドメイン)/public_html/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #4 /home/(サーバー)/(ドメイン)/public_html/wp-includes/post.php(4468): do_action('save_post', 19, Object(WP_Post), true) #5 /home/(サーバー)/(ドメイン)/public_html/wp-includes/post.php(4570): wp_insert_post(Array, false, true) #6 /home/(サーバー)/(ドメイン)/public_html/wp-admin/includes/post.php(423): wp_update in /home/(サーバー)/(ドメイン)/public_html/wp-content/plugins/custom-field-suite/includes/field_group.php on line 199
10
+
11
+ ```
2
12
 
3
13
 
4
14
 
5
15
  画像のエラーメッセージの意味について教えて頂きたいです。
6
16
 
7
17
  WordPressプラグインCustom Field Suiteのフィールド追加ができない状況です。
18
+
19
+
20
+
21
+ WordPressバージョン: 5.8
22
+
23
+ PHPバージョン: 7.4.13
24
+
25
+
26
+
27
+ 発生した状況
28
+
29
+ ある時点から、新たなフィールドを作ろうとするとこのエラーが表示されるようになりました。
30
+
31
+ ループフィールドのみならず、どのフィールドタイプを作ろうとする場合でも同様のエラーを返します。
32
+
33
+ これまでいくつもフィールドを作成してきましたが、このエラーは今回が初めてです。
34
+
35
+ エラーメッセージに出てくるファイルはこれまで参照も書き換えもしていません。