質問編集履歴

1

デバッグモードでのメッセージを追記しました

2018/03/12 12:44

投稿

leino_h
leino_h

スコア8

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,32 @@
44
44
 
45
45
 
46
46
 
47
+ ■ デバッグモードでのメッセージ
48
+
49
+
50
+
51
+ Notice: Undefined index: page in /home/ドメイン名/www/wp/wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php on line 15
52
+
53
+
54
+
55
+ Notice: wp_enqueue_script が誤って呼び出されました。スクリプトおよびスタイルは wp_enqueue_scripts、admin_enqueue_scripts、login_enqueue_scripts フック以降のみに登録・キュー追加できます。 詳しくは WordPress のデバッグをご覧ください。 (このメッセージはバージョン 3.3.0 で追加されました) in /home/ドメイン名/www/wp/wp-includes/functions.php on line 4147
56
+
57
+
58
+
59
+ Notice: Use of undefined constant ace - assumed 'ace' in /home/ドメイン名/www/wp/wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php on line 310
60
+
61
+
62
+
63
+ Notice: Use of undefined constant ace - assumed 'ace' in /home/ドメイン名/www/wp/wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php on line 310
64
+
65
+
66
+
67
+ Fatal error: Uncaught Error: Call to undefined function split() in /home/ドメイン名/www/wp/wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php:367 Stack trace: #0 /home/ドメイン名/www/wp/wp-includes/class-wp-hook.php(286): ace_head('') #1 /home/ドメイン名/www/wp/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #2 /home/ドメイン名/www/wp/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /home/ドメイン名/www/wp/wp-includes/general-template.php(2614): do_action('wp_head') #4 /home/ドメイン名/www/wp/wp-content/themes/owner/header.php(22): wp_head() #5 /home/ドメイン名/www/wp/wp-includes/template.php(688): require_once('/home/ドメイン名...') #6 /home/ドメイン名/www/wp/wp-includes/template.php(647): load_template('/home/ドメイン名...', true) #7 /home/ドメイン名/www/wp/wp-includes/general-template.php(41): locate_template(Array, true) #8 /home/ドメイン名/www/wp/wp-content/themes/owner/single.php(12): get_header() #9 in /home/ドメイン名/www/wp/wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php on line 367
68
+
69
+
70
+
71
+
72
+
47
73
  ```
48
74
 
49
75