mysql Error [1054] : EXECUTE
URI: index.php?option=com_content
Message: Unknown column 'f.ordering' in 'order clause'
SELECT a.*, ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count, u.name AS author, u.usertype,
cc.name AS category, cc.seotitle AS catseotitle, s.seotitle AS secseotitle, g.name AS groups
FROM elx_content AS a
INNER JOIN elx_categories AS cc ON cc.id = a.catid
LEFT JOIN elx_users AS u ON u.id = a.created_by
LEFT JOIN elx_content_rating AS v ON a.id = v.content_id
LEFT JOIN elx_sections AS s ON a.sectionid = s.id
LEFT JOIN elx_core_acl_aro_groups AS g ON a.access = g.group_id
WHERE a.state = '1'
AND UNIX_TIMESTAMP(a.publish_up) <= '1228180472'
AND (a.publish_down = '2060-01-01 00:00:00' OR UNIX_TIMESTAMP(a.publish_down) >= '1228180472')
AND a.access IN (29)
AND s.access IN (29)
AND a.access IN (29)
AND cc.published = '1'
AND s.published = '1'
AND ((a.language IS NULL) OR (a.language LIKE '%english%'))
AND ((cc.language IS NULL) OR (cc.language LIKE '%english%'))
AND ((s.language IS NULL) OR (s.language LIKE '%english%'))
ORDER BY f.ordering