Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Two Different Install errors


schnauzer

Recommended Posts

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 by schnauzer
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...