** SQL query failed **
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 9

	select component.component_ID, component.component_name, component.component_desc, pageComponent_calloutFormat, component_callouts.componentCallout_icon, componentType.componentType_subType
	from component
	left join page_components
	 on component.component_ID = page_components.component_ID
	left join component_callouts
	 on component.component_ID = component_callouts.callout_ID
	left join componentType
	 on component.componentType_ID = componentType.componentType_ID
	where component.component_ID =