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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#11
| ||||
| ||||
| 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
|
| The Following User Says Thank You to michael_s For This Useful Post: | ||
AHB900 (05-13-2008) | ||
|
#12
| |||
| |||
| 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? |
|
#13
| |||
| |||
| 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 :-\ |
|
#14
| |||
| |||
| 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 |
|
#15
| ||||
| ||||
| That comments out the language code, makes it inert. It stops looking for different languages with that code change.
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Admin Panel Issue | fpgibb | osCMax v1.7 General Mods Discussion | 0 | 03-29-2008 12:36 AM |
| What is my admin panel login? (email/password) | bestphotosonline | osCMax v2 Installation issues | 4 | 01-18-2007 04:45 PM |
| my admin panel is all screwed up! | chuan | osCMax v2 Installation issues | 1 | 10-07-2006 06:29 PM |
| Lost Admin Panel | auntie22 | osCMax v1.7 Discussion | 2 | 04-30-2006 09:40 AM |