Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi there,

 

I am having the following problem, can someone help please.

 

Fatal error: Call to undefined function: clean_html_comments() in /home/u5/traderscart/html/catalog/includes/header_tags.php on line 79

 

I installed the Header Tag Controller locally and I tested it. Now I am having problems online. Can be found here http://www.traderscart.com/catalog/product...?products_id=36.

 

Anyone has any idea why this is happening?

 

Julian

Posted

You are missing one of the require statements for that code.

 

In the README.txt ...

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

Posted

Linda many many thanks. I guess it was very late when I uploaded the files 1:30 AM and I forgot to update that file.

 

Thanks a lot though, I really appreciate it.

 

Julian

Posted
Linda many many thanks. I guess it was very late when I uploaded the files 1:30 AM and I forgot to update that file.

 

Thanks a lot though, I really appreciate it.

 

Ain't it amazing what one silly little line or two does to make the whole store look like it's broken? :D

 

Wonder how I know this? 8)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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