FlipC Posted December 2, 2004 Share Posted December 2, 2004 So heres the error: Fatal error: Call to undefined function: tep_get_category_head_title_tag() in /home/****/********/html/******/categories.php on line 1237 Line 1237 rads: ? ? ? ? ? ? ?<tr> ? ? <td class="main" valign="top"><?php if ($i == 0) echo TEXT_EDIT_CATEGORIES_TITLE_TAG; ?></td> ? ? ? ? ? ? <td class="main" valign="top"><?php echo tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']); ?> ? ? <?php echo tep_draw_textarea_field('categories_head_title_tag ' . $languages[$i]['id'] . ']', 'soft', '70', '15', (($categories_head_title_tag[$languages[$i]['id']]) ? stripslashes($categories_head_title_tag[$languages[$i]['id']]) : tep_get_category_head_title_tag($cInfo->categories_id, $languages[$i]['id']))); ?></td> ? </tr> Now, I fliped the categories.php file and also the DB out for known working ones and I get same result. So it's defintley an another file causing the error. Problem is how do I figure what/which it is? Link to comment Share on other sites More sharing options...
Guest Posted December 2, 2004 Share Posted December 2, 2004 this function, tep_get_category_head_title_tag is most likely in one of the contributions you are trying to add, search your contribution for it and then you can add it into whatever spot the contribution says to add it to. Link to comment Share on other sites More sharing options...
FlipC Posted December 3, 2004 Author Share Posted December 3, 2004 Contributions have bene installed. Just hoping someone here happened to have had same problem before. I assume it's a language file but its only for categories.php. Product info editing works fine. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.