Gonch Posted May 28, 2007 Share Posted May 28, 2007 reet. setting up a new online shop for my bike shop..... yada yada yada.... basically, i have a fresh install of osc, installed a header tags mod [ worked a dream ] then with any attribute mod i install you cannot view the product [ Fatal error: Call to undefined function: clean_html_comments() in /home/gravity/domains/gravity-cycles.co.uk/public_html/withington/includes/header_tags.php on line 193] and when adding it, preview the price = 0. anyone have an idea ? Link to comment Share on other sites More sharing options...
Gonch Posted May 28, 2007 Author Share Posted May 28, 2007 right price problem sorted [forgot to set as default] but no new products are showing [ Fatal error: Call to undefined function: clean_html_comments() in /home/gravity/domains/gravity-cycles.co.uk/public_html/withington/includes/header_tags.php on line 193] line 193 ..... $tags_array['title'] .= clean_html_comments($the_product_info['products_head_title_tag']); Link to comment Share on other sites More sharing options...
Guest Posted May 28, 2007 Share Posted May 28, 2007 either install the function clean_html_comments (the contribution should include details about it) or take it out. That function basically removes html contents from a passed string Link to comment Share on other sites More sharing options...
Gonch Posted May 28, 2007 Author Share Posted May 28, 2007 either install the function clean_html_comments (the contribution should include details about it) or take it out. That function basically removes html contents from a passed string cheers for that... line of code removed, problem solved. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.