Query 'select p.productionID as PID, p.eventID, p.opponentID as OID, p.date, p.venueID as VID, v.venueName as VName, v.City, v.State, e1.eventName as eventName, e2.eventName as OName from productions p, events e1, events e2, venues v where p.status = 1 and e1.eventID = p.eventID and (v.city = 'New York') and (e1.eventTypeID = 3 or e2.eventTypeID = 3) and e2.eventID = p.opponentID and v.venueID = p.venueID order by p.date ASC' failed : Table 'tickets_db.productions' doesn't exist