質問編集履歴

2

エラーコードに誤りがあったため修正しました。

2017/04/05 06:46

投稿

noe
noe

スコア16

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
  ```
82
82
 
83
- Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'eri_love_my_life' in 'where clause'' in /classes/CsvExport.php:55 Stack trace: #0 /classes/CsvExport.php(55): PDO->query('SELECT\n ...') #1 /select_user_control.php(13): CsvExport->export(Array) #2 {main} thrown in /classes/CsvExport.php on line 55
83
+ Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'username' in 'where clause'' in /classes/CsvExport.php:55 Stack trace: #0 /classes/CsvExport.php(55): PDO->query('SELECT\n ...') #1 /select_user_control.php(13): CsvExport->export(Array) #2 {main} thrown in /classes/CsvExport.php on line 55
84
84
 
85
85
 
86
86
 

1

エラーコードを追加いたしました。

2017/04/05 06:46

投稿

noe
noe

スコア16

test CHANGED
File without changes
test CHANGED
@@ -67,3 +67,21 @@
67
67
 
68
68
 
69
69
  よろしくお願いいたします。
70
+
71
+
72
+
73
+ ##追記
74
+
75
+
76
+
77
+ 実際のエラー内容を貼っていなかったことに対して、失礼しました。
78
+
79
+
80
+
81
+ ```
82
+
83
+ Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'eri_love_my_life' in 'where clause'' in /classes/CsvExport.php:55 Stack trace: #0 /classes/CsvExport.php(55): PDO->query('SELECT\n ...') #1 /select_user_control.php(13): CsvExport->export(Array) #2 {main} thrown in /classes/CsvExport.php on line 55
84
+
85
+
86
+
87
+ ```