Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

reviews issue.


Panic36

Recommended Posts

http://www.aliandadele.com

 

Fatal error: Call to undefined function: tep_get_header_tag_products_keywords() in /home/aliandad/public_html/includes/header_tags.php on line 178

 

// PRODUCTS_REVIEWS_INFO.PHP and PRODUCTS_REVIEWS.PHP
?case ( strstr($_SERVER['PHP_SELF'],'product_reviews_info.php') or strstr($_SERVER['PHP_SELF'],'product_reviews.php') or strstr($PHP_SELF,'product_reviews_info.php') or strstr($PHP_SELF,'product_reviews.php') ):
? ?if ( HEAD_DESC_TAG_PRODUCT_REVIEWS_INFO=='' ) {
? ? ?if ( HTDA_PRODUCT_REVIEWS_INFO_ON=='1' ) {
168 ? ? ? $the_desc= tep_get_header_tag_products_desc(isset($HTTP_GET_VARS['reviews_id'])) . ' ' . HEAD_DESC_TAG_ALL;
? ? ?} else {
? ? ? ?$the_desc= tep_get_header_tag_products_desc(isset($HTTP_GET_VARS['reviews_id']));
? ? ?}
? ?} else {
? ? ?$the_desc= HEAD_DESC_TAG_PRODUCT_REVIEWS_INFO;
? ?}

 

Any help would be great.

 

Thanks

 

Robert P.

Link to comment
Share on other sites

Ok! I got the error to stop, but I had to comment a lot of things out, so I'm making this it's own post, because I don't know if it's hurting my site lol... Please

 

Ok the error above, So I commented the line out 168, then I get same fatal error, but saying

 

Fatal error: Call to undefined function: tep_get_header_tag_products_keywords() in /home/aliandad/public_html/includes/header_tags.php on line 178

 

so i commented out line 178, then I get error

 

Fatal error: Call to undefined function: tep_get_header_tag_products_title() in /home/aliandad/public_html/includes/header_tags.php on line 188

 

So i commented line 188 out, and now it works? I guess

 

But there must be set backs to this? I mean what did i do by commenting these lines out? What was removed? Any help woudl be great!

 

Thanks

Robert P.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...