質問編集履歴

1

ソースとエラーメッセージを見やすくしました。

2018/06/15 02:46

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,15 @@
8
8
 
9
9
  ## 発生している問題・エラーメッセージ
10
10
 
11
+ ```ここに言語を入力
12
+
11
13
  Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Permission denied Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Permission denied Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? in /var/www/html/index.php on line 5
12
14
 
13
15
  database not found
16
+
17
+ ```
18
+
19
+
14
20
 
15
21
 
16
22
 
@@ -21,6 +27,8 @@
21
27
 
22
28
 
23
29
  ##該当のソースコード
30
+
31
+ ```ここに言語を入力
24
32
 
25
33
  <?php
26
34
 
@@ -58,9 +66,15 @@
58
66
 
59
67
  }
60
68
 
69
+ ?>
70
+
71
+ ```
61
72
 
62
73
 
63
- ?>
74
+
75
+
76
+
77
+
64
78
 
65
79
 
66
80