juliankrye Posted May 26, 2003 Posted May 26, 2003 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 Quote
Ajeh Posted May 26, 2003 Posted May 26, 2003 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 Quote
juliankrye Posted May 26, 2003 Author Posted May 26, 2003 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 Quote
Ajeh Posted May 27, 2003 Posted May 27, 2003 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) Quote
Recommended Posts
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.