質問編集履歴

5

コンソールでのエラー表記を追加

2020/01/20 08:39

投稿

ichigob
ichigob

スコア27

test CHANGED
File without changes
test CHANGED
@@ -88,6 +88,16 @@
88
88
 
89
89
 
90
90
 
91
+ ### コンソールでのエラー表記
92
+
93
+
94
+
95
+ - Failed to load resource: the server responded with a status of 404 (Not Found)
96
+
97
+ - jquery.scrollTo.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
98
+
99
+
100
+
91
101
  ### 現時点の環境
92
102
 
93
103
 

4

error のコードを編集

2020/01/20 08:39

投稿

ichigob
ichigob

スコア27

test CHANGED
File without changes
test CHANGED
@@ -48,6 +48,8 @@
48
48
 
49
49
 
50
50
 
51
+ ```ここに言語を入力
52
+
51
53
  Mon Jan 20 14:37:22 2020] [notice] Digest: generating secret for digest authentication ...
52
54
 
53
55
  [Mon Jan 20 14:37:22 2020] [notice] Digest: done
@@ -66,17 +68,23 @@
66
68
 
67
69
  [Mon Jan 20 15:58:36 2020] [notice] Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.3.8 mod_ssl/2.2.34 OpenSSL/1.0.2o DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.10 Perl/v5.24.0 configured -- resuming normal operations
68
70
 
71
+ ```
72
+
69
73
 
70
74
 
71
75
  ### php_error.log
72
76
 
73
77
 
74
78
 
79
+ ```ここに言語を入力
80
+
75
81
  [20-Jan-2020 05:37:51 UTC] WordPress データベースエラー: Duplicate key name 'created_on' for query CREATE INDEX created_on ON wp_wsal_occurrences (created_on) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WpSecurityAuditLog->init, WpSecurityAuditLog->Update, WSAL_Adapters_MySQL_Occurrence->create_indexes
76
82
 
77
83
  [20-Jan-2020 05:37:51 UTC] WordPress データベースエラー: Duplicate key name 'name_value' for query CREATE INDEX name_value ON wp_wsal_metadata (name, value(64)) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WpSecurityAuditLog->init, WpSecurityAuditLog->Update, WSAL_Adapters_MySQL_Meta->create_indexes
78
84
 
79
85
  [20-Jan-2020 05:37:51 UTC] WordPress データベースエラー: Duplicate key name 'option_name' for query CREATE INDEX option_name ON wp_wsal_options (option_name) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WpSecurityAuditLog->init, WpSecurityAuditLog->Update, WSAL_Adapters_MySQL_Option->create_indexes
86
+
87
+ ```
80
88
 
81
89
 
82
90
 

3

php_error.log 追記

2020/01/20 07:12

投稿

ichigob
ichigob

スコア27

test CHANGED
File without changes
test CHANGED
@@ -68,6 +68,16 @@
68
68
 
69
69
 
70
70
 
71
+ ### php_error.log
72
+
73
+
74
+
75
+ [20-Jan-2020 05:37:51 UTC] WordPress データベースエラー: Duplicate key name 'created_on' for query CREATE INDEX created_on ON wp_wsal_occurrences (created_on) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WpSecurityAuditLog->init, WpSecurityAuditLog->Update, WSAL_Adapters_MySQL_Occurrence->create_indexes
76
+
77
+ [20-Jan-2020 05:37:51 UTC] WordPress データベースエラー: Duplicate key name 'name_value' for query CREATE INDEX name_value ON wp_wsal_metadata (name, value(64)) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WpSecurityAuditLog->init, WpSecurityAuditLog->Update, WSAL_Adapters_MySQL_Meta->create_indexes
78
+
79
+ [20-Jan-2020 05:37:51 UTC] WordPress データベースエラー: Duplicate key name 'option_name' for query CREATE INDEX option_name ON wp_wsal_options (option_name) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WpSecurityAuditLog->init, WpSecurityAuditLog->Update, WSAL_Adapters_MySQL_Option->create_indexes
80
+
71
81
 
72
82
 
73
83
  ### 現時点の環境

2

apache_error.log 追記

2020/01/20 07:11

投稿

ichigob
ichigob

スコア27

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,32 @@
44
44
 
45
45
 
46
46
 
47
+ ### apache_error.log
48
+
49
+
50
+
51
+ Mon Jan 20 14:37:22 2020] [notice] Digest: generating secret for digest authentication ...
52
+
53
+ [Mon Jan 20 14:37:22 2020] [notice] Digest: done
54
+
55
+ [Mon Jan 20 14:37:22 2020] [notice] Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.3.8 mod_ssl/2.2.34 OpenSSL/1.0.2o DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.10 Perl/v5.24.0 configured -- resuming normal operations
56
+
57
+ [Mon Jan 20 14:37:22 2020] [notice] FastCGI: process manager initialized (pid 3066)
58
+
59
+ [Mon Jan 20 15:49:47 2020] [notice] caught SIGTERM, shutting down
60
+
61
+ [Mon Jan 20 15:58:36 2020] [notice] Digest: generating secret for digest authentication ...
62
+
63
+ [Mon Jan 20 15:58:36 2020] [notice] Digest: done
64
+
65
+ [Mon Jan 20 15:58:36 2020] [notice] FastCGI: process manager initialized (pid 1125)
66
+
67
+ [Mon Jan 20 15:58:36 2020] [notice] Apache/2.2.34 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.3.8 mod_ssl/2.2.34 OpenSSL/1.0.2o DAV/2 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.10 Perl/v5.24.0 configured -- resuming normal operations
68
+
69
+
70
+
71
+
72
+
47
73
  ### 現時点の環境
48
74
 
49
75
 

1

追記情報を記入いたしました。

2020/01/20 07:09

投稿

ichigob
ichigob

スコア27

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,38 @@
9
9
  (英語の場合:There was an error trying to send your message. Please try again later.)
10
10
 
11
11
 
12
+
13
+ ### 追記情報
14
+
15
+
16
+
17
+ ・サーバーのPHPのバージョン
18
+
19
+  → 7.3.8 (Mampローカル)
20
+
21
+
22
+
23
+ ・WordPressのバージョン
24
+
25
+  → WordPress 5.3.2
26
+
27
+
28
+
29
+ ・使用しているプラグイン、そのバージョン
30
+
31
+  → 作成中
32
+
33
+
34
+
35
+ ・プラグインを使用しているテンプレートのPHP構文をソースコードで記載
36
+
37
+  → 変更した部分のテンプレートという意味でしょうか
38
+
39
+
40
+
41
+ ・管理画面へのアクセスはできるのかどうか
42
+
43
+  → アクセスできます。
12
44
 
13
45
 
14
46