Se produjo un error en la base de datos

Error Number: 1054

Unknown column 'content_title.seccion' in 'field list'

SELECT content_title.id, content_title.tema, content_title.title, content_title.create_date, content_title.url, content_title.seccion, secciones.sec_nombre, content_img.img_path, content_img.img_content, content_img.img_name, content_author.author_name, content_title.genero, content_sumary.sumary FROM content_img LEFT JOIN content_title ON content_title.id = content_img.entity_id LEFT JOIN content_author ON content_author.entity_id = content_title.id LEFT JOIN secciones ON secciones.sec_id = content_title.seccion LEFT JOIN content_sumary ON content_sumary.entity_id = content_title.id WHERE content_title.genero = 'Crónica' GROUP BY content_title.id ORDER BY content_title.create_date DESC LIMIT 9

Filename: models/Front_end.php

Line Number: 505