Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error


Guest

Recommended Posts

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?

Link to comment
Share on other sites

  • 2 weeks later...
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'];

}

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...