質問編集履歴

2

隠すべきサーバー情報を編集

2020/02/06 05:34

投稿

osyu
osyu

スコア9

test CHANGED
File without changes
test CHANGED
@@ -214,15 +214,15 @@
214
214
 
215
215
  ```ここに言語を入力
216
216
 
217
- Notice: Undefined variable: value in /home/◯◯◯◯/www/wp/wp-content/plugins/custom-field-template/custom-field-template.php on line 3208
218
-
219
- Notice: Undefined variable: value in /home/◯◯◯◯/www/wp/wp-content/plugins/custom-field-template/custom-field-template.php on line 3212
220
-
221
- Warning: Cannot modify header information - headers already sent by (output started at /home/◯◯◯◯/www/[ディレクトリ]/wp-content/plugins/custom-field-template/custom-field-template.php:3208) in /home/◯◯◯◯/www/[ディレクトリ]/wp-admin/post.php on line 223
222
-
223
- Warning: Cannot modify header information - headers already sent by (output started at /home/◯◯◯◯/www/[ディレクトリ]/wp-content/plugins/custom-field-template/custom-field-template.php:3208) in /home/◯◯◯◯/www/[ディレクトリ]/wp-includes/pluggable.php on line 1265
224
-
225
- Warning: Cannot modify header information - headers already sent by (output started at /home/◯◯◯◯/www/[ディレクトリ]/wp-content/plugins/custom-field-template/custom-field-template.php:3208) in /home/◯◯◯◯/www/[ディレクトリ]/wp-includes/pluggable.php on line 1268
217
+ Notice: Undefined variable: value in /home/◯◯◯◯/www/[本体]/wp-content/plugins/custom-field-template/custom-field-template.php on line 3208
218
+
219
+ Notice: Undefined variable: value in /home/◯◯◯◯/www/[本体]/wp-content/plugins/custom-field-template/custom-field-template.php on line 3212
220
+
221
+ Warning: Cannot modify header information - headers already sent by (output started at /home/◯◯◯◯/www/[本体]/wp-content/plugins/custom-field-template/custom-field-template.php:3208) in /home/◯◯◯◯/www/[本体]/wp-admin/post.php on line 223
222
+
223
+ Warning: Cannot modify header information - headers already sent by (output started at /home/◯◯◯◯/www/[本体]/wp-content/plugins/custom-field-template/custom-field-template.php:3208) in /home/◯◯◯◯/www/[本体]/wp-includes/pluggable.php on line 1265
224
+
225
+ Warning: Cannot modify header information - headers already sent by (output started at /home/◯◯◯◯/www/[本体]/wp-content/plugins/custom-field-template/custom-field-template.php:3208) in /home/◯◯◯◯/www/[本体]/wp-includes/pluggable.php on line 1268
226
226
 
227
227
  ```
228
228
 

1

サーバー、wp-config.phpのデバッグモードでのエラーを追記しました

2020/02/06 05:34

投稿

osyu
osyu

スコア9

test CHANGED
File without changes
test CHANGED
@@ -206,6 +206,42 @@
206
206
 
207
207
 
208
208
 
209
+ ### 表示されるエラー
210
+
211
+
212
+
213
+ デバッグモードをtrueに変更し、正常に投稿できる私の環境からカスタム投稿の画像を一度投稿し、その後削除すると下記が表示されます。
214
+
215
+ ```ここに言語を入力
216
+
217
+ Notice: Undefined variable: value in /home/◯◯◯◯/www/wp/wp-content/plugins/custom-field-template/custom-field-template.php on line 3208
218
+
219
+ Notice: Undefined variable: value in /home/◯◯◯◯/www/wp/wp-content/plugins/custom-field-template/custom-field-template.php on line 3212
220
+
221
+ Warning: Cannot modify header information - headers already sent by (output started at /home/◯◯◯◯/www/[ディレクトリ]/wp-content/plugins/custom-field-template/custom-field-template.php:3208) in /home/◯◯◯◯/www/[ディレクトリ]/wp-admin/post.php on line 223
222
+
223
+ Warning: Cannot modify header information - headers already sent by (output started at /home/◯◯◯◯/www/[ディレクトリ]/wp-content/plugins/custom-field-template/custom-field-template.php:3208) in /home/◯◯◯◯/www/[ディレクトリ]/wp-includes/pluggable.php on line 1265
224
+
225
+ Warning: Cannot modify header information - headers already sent by (output started at /home/◯◯◯◯/www/[ディレクトリ]/wp-content/plugins/custom-field-template/custom-field-template.php:3208) in /home/◯◯◯◯/www/[ディレクトリ]/wp-includes/pluggable.php on line 1268
226
+
227
+ ```
228
+
229
+
230
+
231
+ またさくらのサーバーログには下記が表示されます。
232
+
233
+ ```ここに言語を入力
234
+
235
+ [Thu Feb 06 13:25:49.594968 2020] [mpm_prefork:notice] [pid 31674] AH00163: Apache/2.4.41 (Unix) OpenSSL/1.0.2o-freebsd PHP/7.3.14 configured -- resuming normal operations
236
+
237
+ [Thu Feb 06 13:25:49.595073 2020] [core:notice] [pid 31674] AH00094: Command line: '/usr/local/apache/bin/httpd -f /home/config/users/◯◯◯◯/http/user-httpd.conf'
238
+
239
+ [Thu Feb 06 13:53:26.050779 2020] [php7:error] [pid 43727] [client 119.104.2.25:0] script '/home/◯◯◯◯/www/index.php' not found or unable to stat, referer: https://◯◯◯◯.com/[本体]/wp-admin/post.php
240
+
241
+ ```
242
+
243
+
244
+
209
245
  ### 試したこと
210
246
 
211
247