A Database Error Occurred

Error Number: 1052

Column 'permalink_es_ES' in field list is ambiguous

SELECT `web_blogs_posts`.`id`, `fecha`, `total_valoracion`, `numero_votos`, `autor`, `titulo_en_EN` AS `titulo`, `titulo_es_ES`, `contenido_en_EN` AS `contenido`, `contenido_es_ES`, `tituloSEO_en_EN` AS `tituloSEO`, `tituloSEO_es_ES`, `descriptionSEO_en_EN` AS `descriptionSEO`, `descriptionSEO_es_ES`, `keywordsSEO_en_EN` AS `keywordsSEO`, `keywordsSEO_es_ES`, `web_blogs_posts`.`permalink_en_EN` as `permalink`, `permalink_es_ES`, `web_blogs_posts_categoria`.`permalink_en_EN` as `permalink_categ`, `web_blogs_posts_categoria`.`permalink_es_ES` as `permalink_categ_es_ES` FROM `web_blogs_posts` LEFT JOIN `web_blogs_posts_categoria` ON `web_blogs_posts`.`id_categoria` = `web_blogs_posts_categoria`.`id` WHERE `publicado` = 'Si' AND `web_blogs_posts`.`id` = '55'

Filename: models/blog/M_blog.php

Line Number: 295