Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Failed opening required 'includes/languages/.php'


ubudesign

Recommended Posts

Hi, after installing the first time that I look at a page it works fine but then if I reload the page or go to any other link I get the following error:

 

Fatal error: Failed opening required 'includes/languages/.php' (include_path='.:/usr/php-4.2.3/lib/php')

.....

 

The main problem I think is that somehow the language does not set on the second load. is that something related to in the user session? or parameter not being passed? or?

 

I looked in application_top.php and there are sevral checks and attempts for getting a language and setting a value for this.... $language

 

I have seen this problem asked many times but no real answer for it. I have checked the conf files, paths, file and folder permissions,....

 

I there seems to be a bug with the code that trys to get the language. Perhaps in the classes/language.php ???

 

Thank you for your help

Link to comment
Share on other sites

One you might make sure your sessions is turn on. Then next go to catalog/includes/configure.php.... Verify all entries and the very last line enter mysql in the appropriate location

 

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

Repost here if you still have problems

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...