error 回收站

項目開發中遇到的各種各種的異常和錯誤收集
一、
[SQL]INSERT INTO change_point_code (id, shop_id, delflag, user_id, source, code, value, describle, create_account, create_time, update_account, update_time)
VALUES (‘2’, ‘11’, ‘0’, ‘11’, ‘sy’, ‘10222149170302’, ‘1’, ‘掃碼贈送積分’, ‘11’, ‘1465200929’, ‘11’, ‘1465200929’)

[Err] 1062 - Duplicate entry ‘10222149170302’ for key ‘unique_code’

二、
SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘id1’ in ‘where clause’ (SQL: update activity set delflag = 0 where id1 = 358 and delflag = 0) {“message”:”SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘id1’ in ‘where clause’ (SQL: update activity set delflag = 0 where id1 = 358 and delflag = 0)”,”file”:”SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘id1’ in ‘where clause’ (SQL: update activity set delflag = 0 where id1 = 358 and delflag = 0)”,”line”:631,”code”:”42S22”,”url”:”http://192.168.10.89:900/xxx“,”input”:[]}

三、
local.ERROR: {“message”:”“,”file”:”“,”line”:53,”code”:0,”url”:”http://192.168.10.89:900/xxx“,”input”:[]}

四、
SQLSTATE[HY000] [1045] Access denied for user ‘root’@’human-PC’ (using password: YES) {“message”:”SQLSTATE[HY000] [1045] Access denied for user ‘root’@’human-PC’ (using password: YES)”,”file”:”SQLSTATE[HY000] [1045] Access denied for user ‘root’@’human-PC’ (using password: YES)”,”line”:50,”code”:1045,”url”:”http://localhost“,”input”:[]}

五、
Undefined offset: 0 {“message”:”Undefined offset: 0”,”file”:”Undefined offset: 0”,”line”:45,”code”:0,”url”:”http://192.168.10.89:900/xxx“,”input”:[]}

六、
Client error: 404

七、
Cannot use object of type Illuminate\Http\JsonResponse as array {“message”:”Cannot use object of type Illuminate\Http\JsonResponse as array”,”file”:”Cannot use object of type Illuminate\Http\JsonResponse as array”,”line”:95,”code”:1,”url”:”http://192.168.10.89:900/xxx“,”input”:{“_token”:”1EKhncHpVD3aUyr7jCedEflbqpV4B54dRxbrq6lW”,”_id”:”1”,”activityName”:”55”}}

八、
syntax error, unexpected ‘)’ {“message”:”syntax error, unexpected ‘)’”,”file”:”syntax error, unexpected ‘)’”,”line”:30,”code”:4,”url”:”http://192.168.10.89:905/xxx“,”input”:[]}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章