您的位置:首页 > 数据库

error 回收站

2016-06-16 15:21 821 查看
项目开发中遇到的各种各种的异常和错误收集

一、

[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”:[]}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  异常 sql error