schnauzer 0 Posted February 25, 2006 (edited) Hi- I'm getting two errors I can fix. Please help! 1) On the Category page the following code is printing out instead of the Header: $category_query = tep_db_query("select cd.categories_htc_title_tag, cd.categories_htc_description from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . (int)$current_category_id . "' and cd.categories_id = '" . (int)$current_category_id . "' and cd.language_id = '" . (int)$languages_id . "'"); $category = tep_db_fetch_array($category_query); ?> 2) On the Product page I am receiving this error: Fatal error: Call to undefined function: clean_html_comments() catalog/includes/header_tags.php on line 187 If you need more info to diagnose let me know. Thanks! Edited February 25, 2006 by schnauzer Share this post Link to post Share on other sites
schnauzer 0 Posted February 25, 2006 <Ignore this post> It was meant for the Header tags controller forum and was reposted there. Share this post Link to post Share on other sites