Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What the f**k just happened ?!?!?!


nezbie

Recommended Posts

Posted

I used a "woonderfull" "contribution" called additional images.. I though back-upped my database and osc -folder, since through this couple of days, I've mostly run into non-working and shop messing which people dare to call contributions... Rare of them are working... Well anyway, now when I try to open my shop, admin, or catalog index, my computer gives me an error like this:

 

 

Fatal error: Failed opening required 'includes/languages/.php' (include_path='.;C:EasyPHPphppear') in c:easyphpwwwcatalogincludesapplication_top.php on line 265

 

what the heck does that mean :evil: ? .php? lol... Well, I'm totally in deep s**t if I can't get it to work again, so all help would be appreciated

If there truly is evil in this world. It lies within the heart of mankind..

Posted

Step one is head to your application_top.php and get to line 265. From mine that looks like the area for language includes.

 

If your not sure whats up with all that, Post lines 250 - 280 here and we'll see whats up..

 

Good luck !

Posted

// include the language translations

require(DIR_WS_LANGUAGES . $language . '.php');

 

that's the line, when I try to go to admin part, it says the same message (with admin's directories, line 190

 

// include the language translations

require(DIR_WS_LANGUAGES . $language . '.php');

$current_page = split('?', basename($PHP_SELF)); $current_page = $current_page[0]; // for BadBlue(Win32) webserver compatibility

if (file_exists(DIR_WS_LANGUAGES . $language . '/' . $current_page)) {

include(DIR_WS_LANGUAGES . $language . '/' . $current_page);

 

It just stopped working, like there ain't no language folders, but hell yes, they're all there! (finnish -folder and finnish.php)

If there truly is evil in this world. It lies within the heart of mankind..

Posted

Hmm, it started working, for some odd reason I looked at my database backups and saw a size that was not appropiate, only 24 kilos, dunno what had got onto them, well, luckily I had an older backup of the database sized over 100k's and it started working after I had added that. So, I was lucky this time. Topic closed.

If there truly is evil in this world. It lies within the heart of mankind..

Posted

In your admin panel (for sake of experimentation, remove the finnish language from your languages and see if that allows your catalog to load?

Archived

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

×
×
  • Create New...