Time : 07:17:54 SQLSTATE[42S22]: Column not found: 1054 Unknown column 's.addresstype' in 'where clause' Raw SQL : select count(SUBSCRIPTIONID) as totalnew_parties from partydetail as p,subscription as s,(select PARTY as prty,CITY,DISTRICT,STATE,COUNTRY,addresstype from contact) as c where p.PARTYID=s.PARTY and s.PARTY=c.prty and c.addresstype=s.addresstype order by NAME asc Time : 07:09:43 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'parivzeo_neworcl.LASTORDERNO' doesn't exist Raw SQL : select LASTORDERNO as maxorderid from LASTORDERNO where ID=1 Time : 05:39:36 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'parivzeo_neworcl.dispatchregister' doesn't exist Raw SQL : select DISPATCHREGISTERID,DISPATCHNO from dispatchregister where DISPATCHNO=0001 and CREATEDDATE BETWEEN '2017-04-01' and '2018-03-31'