teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

エラー文の追加

2016/06/20 07:09

投稿

settyan
settyan

スコア60

title CHANGED
File without changes
body CHANGED
@@ -89,5 +89,38 @@
89
89
  ?>
90
90
  ```
91
91
 
92
+ ###エラーコード
93
+ エラーコードを表示させた結果次の様になりました。
94
+ PDOException Object
95
+ (
96
+ [message:protected] => could not find driver
97
+ [string:Exception:private] =>
98
+ [code:protected] => 0
99
+ [file:protected] =>
100
+ [line:protected] => 46
101
+ [trace:Exception:private] => Array
102
+ (
103
+ [0] => Array
104
+ (
105
+ [file] =>
106
+ [line] => 46
107
+ [function] => __construct
108
+ [class] => PDO
109
+ [type] => ->
110
+ [args] => Array
111
+ (
112
+ [0] => pgsql:dbname=EMPLOYEEMASTER host=jdbc:postgresql://255.255.255.255 port=9999
113
+ [1] => USER
114
+ [2] => PASS
115
+ )
116
+
117
+ )
118
+
119
+ )
120
+
121
+ [previous:Exception:private] =>
122
+ [errorInfo] =>
123
+ )
124
+
92
125
  ###試したこと
93
126
  pathの中身を色々と替えてみたりしましたがだめでした。