Looks like you may have deleted or never uploaded some of the language files:
osCommerce Community Support Forums > Fatal error HELP: Call to undefined function
This is a discussion on My admin panel wont load how come? within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; Looks like you may have deleted or never uploaded some of the language files: osCommerce Community Support Forums > Fatal ...
Looks like you may have deleted or never uploaded some of the language files:
osCommerce Community Support Forums > Fatal error HELP: Call to undefined function
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
umm i cant seem to make it work :-\ when i dled the full package of oscommerce it came with catalog/admin index.php but my problem is in the admin folder thats outside of the catalog and i cant find that in a package... i did exactly as told on the other link you send me and im still getting the same problem :-\ ne more ideas?
ahh i even just tryed replacing the whole admin folder and i looked through my language folders and everything seems to be in the right place.. i dont know im starting to get annoyed :-\
Sorry that i keep replying but i just fixed my problem by doing what that other guy did in the link you send me
i changed the original text to this.
/* $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'];
}
}*/
but the thing is what is it that i exactly did? why does it work this way and not the regular way? i just added / / at the beggining and the end of the text... please if you know let me know
thanks
That comments out the language code, makes it inert. It stops looking for different languages with that code change.
Michael Sasek
osCMax Developer
osCmax Installation Service - Have our professionals install osCmax on your server - same day service!
osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5
Stay Up To Date with everything osCMax:
Free osCmax Newsletters - Security notices, New Releases, osCMax News
osCmax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Bookmarks