質問編集履歴
3
文章を修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -84,9 +84,9 @@
|
|
84
84
|
|
85
85
|
<?php
|
86
86
|
|
87
|
-
ini_set( 'l
|
87
|
+
ini_set( 'display_errors', 1 );
|
88
|
-
|
88
|
+
|
89
|
-
|
89
|
+
ini_set( 'error_reporting', E_ALL );
|
90
90
|
|
91
91
|
|
92
92
|
|
2
文章を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,6 +14,38 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
+
の一行を修正しましたが同じ接続エラーがでます。
|
18
|
+
|
19
|
+
```
|
20
|
+
|
21
|
+
PHP Warning: file_exists() expects exactly 1 parameter, 0 given in /var/www/html/index.php on line 26
|
22
|
+
|
23
|
+
```
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
```
|
28
|
+
|
29
|
+
[Fri Oct 01 13:48:38.772437 2021] [php7:warn] [pid 11763] [client 45.146.164.110:35234] PHP Warning: file_exists() expects exactly 1 parameter, 0 given in /var/www/html/index.php on line 26
|
30
|
+
|
31
|
+
[Fri Oct 01 13:48:38.854731 2021] [php7:warn] [pid 11764] [client 45.146.164.110:44628] PHP Warning: file_exists() expects exactly 1 parameter, 0 given in /var/www/html/index.php on line 26
|
32
|
+
|
33
|
+
[Fri Oct 01 13:48:39.064348 2021] [php7:warn] [pid 11766] [client 45.146.164.110:37616] PHP Warning: file_exists() expects exactly 1 parameter, 0 given in /var/www/html/index.php on line 26
|
34
|
+
|
35
|
+
[Fri Oct 01 13:48:39.648075 2021] [php7:warn] [pid 11776] [client 45.146.164.110:40268] PHP Warning: file_exists() expects exactly 1 parameter, 0 given in /var/www/html/index.php on line 26
|
36
|
+
|
37
|
+
[Fri Oct 01 14:08:27.490400 2021] [php7:warn] [pid 11762] [client 142.93.163.195:49454] PHP Warning: file_exists() expects exactly 1 parameter, 0 given in /var/www/html/index.php on line 26
|
38
|
+
|
39
|
+
[Fri Oct 01 15:12:07.704232 2021] [php7:error] [pid 11777] [client 211.40.129.246:54774] script '/var/www/html/wp-login.php' not found or unable to stat
|
40
|
+
|
41
|
+
[Fri Oct 01 15:12:07.781575 2021] [php7:warn] [pid 11766] [client 211.40.129.246:55648] PHP Warning: file_exists() expects exactly 1 parameter, 0 given in /var/www/html/index.php on line 26
|
42
|
+
|
43
|
+
[Fri Oct 01 16:18:18.916194 2021] [php7:warn] [pid 11767] [client 71.104.11.33:8667] PHP Warning: file_exists() expects exactly 1 parameter, 0 given in /var/www/html/index.php on line 26
|
44
|
+
|
45
|
+
~
|
46
|
+
|
47
|
+
```
|
48
|
+
|
17
49
|
|
18
50
|
|
19
51
|
|
@@ -56,9 +88,7 @@
|
|
56
88
|
|
57
89
|
ini_set( 'error_log', WP_CONTENT_DIR . '/debug.log');
|
58
90
|
|
59
|
-
|
91
|
+
|
60
|
-
|
61
|
-
define( 'WP_DEBUG_LOG', true );
|
62
92
|
|
63
93
|
|
64
94
|
|
1
文章を修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
php入門者 [このページは動作していません] の原因が知りたい。
|
1
|
+
php入門者 [このページは動作していません] の原因が知りたい。エラーログのとり方が知りたい。
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
提示コードですが`NewAccount.php`から`CreateAccount.php`に推移すると`[ このページは動作していません、]`というエラーが出るのですがこれはなぜでしょうか?
|
1
|
+
提示コードですが`NewAccount.php`から`CreateAccount.php`に推移すると`[ このページは動作していません、]`というエラーが出るのですがこれはなぜでしょうか?エラーログのとり方が知りたいです。
|
2
2
|
|
3
3
|
|
4
4
|
|