kiteplans Posted June 19, 2005 Posted June 19, 2005 1054 - Unknown column 'c.category_head_title_tag' in 'field list' select cd.categories_name, c.category_head_title_tag, c.category_head_desc_tag, c.category_head_keywords_tag from categories c, categories_description cd where c.categories_id = '0' and cd.categories_id = '0' and cd.language_id = '1' [TEP STOP] how do i fix this?
boxtel Posted June 19, 2005 Posted June 19, 2005 1054 - Unknown column 'c.category_head_title_tag' in 'field list' select cd.categories_name, c.category_head_title_tag, c.category_head_desc_tag, c.category_head_keywords_tag from categories c, categories_description cd where c.categories_id = '0' and cd.categories_id = '0' and cd.language_id = '1' [TEP STOP] how do i fix this? <{POST_SNAPBACK}> that column does not exist in the category table, I assume it should be in the categories_description table so you could try cd.category_head_title_tag Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.