質問編集履歴
3
$eの値の一部を開示しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -152,8 +152,34 @@
|
|
152
152
|
|
153
153
|
|
154
154
|
|
155
|
-
追記:(1)get_post('order_id')(2)$user['user_id']の値↓
|
155
|
+
追記:(1)get_post('order_id')(2)$user['user_id'](3)$e (の一部)の値↓
|
156
156
|
|
157
157
|
1.array(4) { ["user_id"]=> int(5) ["name"]=> string(6) "mielle" ["password"]=> string(8) "mikan039" ["type"]=> int(2) }
|
158
158
|
|
159
159
|
2.string(1) "2"
|
160
|
+
|
161
|
+
```ここに言語を入力
|
162
|
+
|
163
|
+
3.
|
164
|
+
|
165
|
+
["errorInfo"]=>
|
166
|
+
|
167
|
+
array(3) {
|
168
|
+
|
169
|
+
[0]=>
|
170
|
+
|
171
|
+
string(5) "42000"
|
172
|
+
|
173
|
+
[1]=>
|
174
|
+
|
175
|
+
int(1140)
|
176
|
+
|
177
|
+
[2]=>
|
178
|
+
|
179
|
+
string(178) "In aggregated query without GROUP BY,
|
180
|
+
|
181
|
+
expression #1 of SELECT list contains nonaggregated column 'sample.histories.user_id'; this is incompatible with sql_mode=only_full_group_by"
|
182
|
+
|
183
|
+
}
|
184
|
+
|
185
|
+
```
|
2
get_post('order_id')、$user['user_id']の値を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -149,3 +149,11 @@
|
|
149
149
|
$history = get_one_history($db, $order_id, $user['user_id']);
|
150
150
|
|
151
151
|
```
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
追記:(1)get_post('order_id')(2)$user['user_id']の値↓
|
156
|
+
|
157
|
+
1.array(4) { ["user_id"]=> int(5) ["name"]=> string(6) "mielle" ["password"]=> string(8) "mikan039" ["type"]=> int(2) }
|
158
|
+
|
159
|
+
2.string(1) "2"
|
1
誤字を変更しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
言い換えると➡phpMyAdminでmodel内(histories.php)にあるSQL文を実行して、問題がなかったのにもかかわらず、model内(db.php)にあるSQL文実行するユーザー関数(fetch_
|
5
|
+
言い換えると➡phpMyAdminでmodel内(histories.php)にあるSQL文を実行して、問題がなかったのにもかかわらず、model内(db.php)にあるSQL文実行するユーザー関数(fetch_query())を実行するとfalseが返されてしまう原因が分からず困っています。
|
6
6
|
|
7
7
|
|
8
8
|
|