Database error: Invalid SQL: SELECT a.id,a.title,a.newstartdate,a.newenddate,a.description,a.type,a.location,a.agenda,a.hotelprice,b.id as lid,b.title as ltitle,b.address1,b.city,b.state,b.zip,b.phone,b.email,b.description as ldescription, a.locationDesc, a.category, a.startTime, a.endTime, a.video FROM events a LEFT JOIN events_locations b ON b.id = a.location WHERE a.id = ORDER BY a.newstartdate ASC
MySQL error: 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 'ORDER BY a.newstartdate ASC' at line 1)
Session halted.
| |