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 3 - SELECT title, short_description, start_time, end_time, location_id 
					FROM pe_events s LEFT JOIN pe_sessions ss
					ON s.event_id=ss.event_id
					WHERE s.event_id = 1924 AND start_time > Now()