Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PHP oScommerce error...


MattMallory

Recommended Posts

Line 11 of your catalog/includes/languages/english.php file should look like:

@setlocale(LC_TIME, 'en_US.ISO_8859-1');

Modify the country code according to your location.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Link to comment
Share on other sites

Line 11 of your catalog/includes/languages/english.php file should look like:

@setlocale(LC_TIME, 'en_US.ISO_8859-1');

Modify the country code according to your location.

 

This is what that line says, I am in the US.

 

setlocale('LC_TIME', 'en_US.ISO_8859-1');

Knowledge is Power!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...