Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Tags Controller Admin Help


networkdad

Recommended Posts

I've installed the Header Tags Controller Admin on my test domain -

 

I add information into the Page Title/Header Description/Keywords boxes and save the product. However, when going to view the product, i get this error:

 

Fatal error: Call to undefined function: clean_html_comments() in /home/virtual/site45/fst/var/www/html/includes/header_tags.php on line 79

 

Line 79 looks like this:

$the_title= HEAD_TITLE_TAG_ALL . ' ' . clean_html_comments($the_product_info['products_head_title_tag']);

 

If i go back into admin, and remove all the title/header/keywords info, and save, i can now view my product successfully.

 

Any suggestions ???

Link to comment
Share on other sites

Read the Readme.txt file and you should see something like this:

 

MODIFICATIONS TO FILES:



Add to /catalog/includes/application_top.php



// BOF: WebMakers.com Added: Header Tags Controller v1.0

 require(DIR_WS_FUNCTIONS . 'header_tags.php');

// Clean out HTML comments from ALT tags etc.

 require(DIR_WS_FUNCTIONS . 'clean_html_comments.php');

// Also used by: WebMakers.com Added: FREE-CALL FOR PRICE

// EOF: WebMakers.com Added: Header Tags Controller v1.0

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...