Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Call to undefined function


ras

Recommended Posts

Posted

hello

 

I get this error when i click on edit category buuton from admin:

 

Fatal error: Call to undefined function: tep_get_category_name() in /home/sites/xxxxxx.com/public_html/tcomp/admin/categories.php on line 1054

 

 

here is the code around line 1054 in the categoryies.php:

 

		  $category_inputs_string .= '<br>' . tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . '?' . tep_draw_input_field('categories_name[' . $languages[$i]['id'] . ']', tep_get_category_name($cInfo->categories_id, $languages[$i]['id']));

 

How do i fix this?

i have searched for this function and found some references in the general.php i then compered with my second working site and it seems to be same file

 

Thanks

Archived

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

×
×
  • Create New...