Time : 11:04:45 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'parivahan_orcl.magzineeditions' doesn't exist Raw SQL : select MAGZINEEDITIONSID,DATEOFEDITIONS from magzineeditions where ISPUBLISH=1 and ISACTIVE=1 and DATEOFEDITIONS>=:sdate and DATEOFEDITIONS<=:edate Time : 11:03:56 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'parivahan_orcl.magzineeditions' doesn't exist Raw SQL : select MAGZINEEDITIONSID,DATEOFEDITIONS from magzineeditions where ISPUBLISH=1 and ISACTIVE=1 and DATEOFEDITIONS>=:sdate and DATEOFEDITIONS<=:edate Time : 10:38:21 SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '611' for key 'PRIMARY' Raw SQL : insert into p_citys(cityid,stateid,cityname,addedby,lastmodifiedby,adddate,lastmodifieddate) values(:cityid,:stateid,:cityname,:addedby,:lastmodifiedby,:adddate,:lastmodifieddate) Time : 10:12:27 SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2' for key 'PRIMARY' Raw SQL : insert into p_states(stateid,statename,addedby,lastmodifiedby,adddate,lastmodifieddate) values(:stateid,:statename,:addedby,:lastmodifiedby,:adddate,:lastmodifieddate)