質問編集履歴
1
エラーメッセージの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,13 +30,31 @@
|
|
30
30
|
|
31
31
|
### 発生している問題・エラーメッセージ
|
32
32
|
|
33
|
-
**.ap-northeast-1.compute.amazonaws.com/*.phpをWebブラウザで見ると
|
33
|
+
**.ap-northeast-1.compute.amazonaws.com/*.phpをWebブラウザで見ると500エラーだけが表示されます。
|
34
34
|
|
35
|
-
以下のエラー
|
35
|
+
以下のエラーはtail -f error_logで出力されたものになります。
|
36
36
|
|
37
37
|
```
|
38
38
|
|
39
|
-
H
|
39
|
+
[Mon Oct 11 22:45:56.499755 2021] [php7:error] [pid 4076] [client 52.87.171.150:23602] PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /var/www/html/index.php:2\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 2
|
40
|
+
|
41
|
+
[Mon Oct 11 22:46:12.445648 2021] [php7:error] [pid 4636] [client 195.181.162.179:59786] PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /var/www/html/index.php:2\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 2
|
42
|
+
|
43
|
+
[Mon Oct 11 23:18:34.444414 2021] [php7:error] [pid 4137] [client 64.227.13.201:60492] PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /var/www/html/index.php:2\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 2
|
44
|
+
|
45
|
+
[Mon Oct 11 23:47:14.460053 2021] [php7:error] [pid 4078] [client 193.118.53.202:50644] PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /var/www/html/index.php:2\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 2
|
46
|
+
|
47
|
+
[Tue Oct 12 00:24:58.364300 2021] [php7:error] [pid 4077] [client 186.159.4.25:53925] PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /var/www/html/index.php:2\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 2
|
48
|
+
|
49
|
+
[Tue Oct 12 00:47:04.537423 2021] [php7:error] [pid 4074] [client 52.87.171.150:19042] PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /var/www/html/index.php:2\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 2
|
50
|
+
|
51
|
+
[Tue Oct 12 01:01:53.318716 2021] [php7:error] [pid 4078] [client 125.204.36.192:51418] PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /var/www/html/index.php:2\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 2
|
52
|
+
|
53
|
+
[Tue Oct 12 01:30:06.324297 2021] [php7:error] [pid 4636] [client 128.14.209.162:49740] PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /var/www/html/index.php:2\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 2
|
54
|
+
|
55
|
+
[Tue Oct 12 01:31:08.592618 2021] [php7:error] [pid 4074] [client 41.140.12.195:54887] PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /var/www/html/index.php:2\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 2
|
56
|
+
|
57
|
+
[Tue Oct 12 01:59:25.057931 2021] [php7:error] [pid 4076] [client 91.197.186.201:35972] PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /var/www/html/index.php:2\nStack trace:\n#0 {main}\n thrown in /var/www/html/index.php on line 2
|
40
58
|
|
41
59
|
```
|
42
60
|
|