Onlythemedia Posted January 3, 2014 Posted January 3, 2014 Hi Community, when I try to change the description of my product categories, there's always this problem: Call to undefined function tep_get_category_description() in /mnt/web4/e1/83/53506383/htdocs/oscommerce-2.3.3/catalog/admin/categories.php on line 1124 How can I get rid of this Problem? Heres the line 1124 $category_inputs_description .= '<br />' . tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . ' ' . tep_draw_input_field('categories_description[' . $languages[$i]['id'] . ']', tep_get_category_description($cInfo->categories_id, $languages[$i]['id'])); I would be happy if anybody can help me? With best regards Chris
Jack_mcs Posted January 3, 2014 Posted January 3, 2014 The error is due to a missing piece of code named tep_get_category_description. That is not standard so you must have installed an addon that uses it. You will need to look through that addon to find the missing code, or ask in its support thread for help. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.