Time : 21:00:01 SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Raw SQL : SELECT * FROM rt_service_providers WHERE status='1' AND city LIKE 'mumbai' ORDER BY last_seen DESC LIMIT Time : 18:25:20 SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'null' for column 'user_id' at row 1 Raw SQL : INSERT INTO rt_hourly_booking_accept (provider_id,date_time,user_id,booking_app_id) VALUES (?,?,?,?) Time : 18:24:01 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'meehelp.rt_booking_on_the_go' doesn't exist Raw SQL : select * from rt_booking_on_the_go ORDER BY ID DESC LIMIT 0,1