Guest Posted February 9, 2007 Share Posted February 9, 2007 When I get to the loginpage I tend to get this error: Fatal error: Call to undefined function: tep_get_languages() in /home/virtual/blendermodels.eu/public_html/supplier_area.php on line 20 Does anyone now how to solv it? Quote Link to comment Share on other sites More sharing options...
Guest Posted February 17, 2007 Share Posted February 17, 2007 What does it say on line 20 in that supplier_area.php file? Quote Link to comment Share on other sites More sharing options...
Guest Posted February 19, 2007 Share Posted February 19, 2007 What does it say on line 20 in that supplier_area.php file? it's this funktion: $languages = tep_get_languages(); $languages_array = array(); $languages_selected = DEFAULT_LANGUAGE; for ($i = 0, $n = sizeof($languages); $i < $n; $i++) { $languages_array[] = array('id' => $languages[$i]['code'], 'text' => $languages[$i]['name']); if ($languages[$i]['directory'] == $language) { $languages_selected = $languages[$i]['code']; } } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.