Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

H E L P ! ! What does it mean???


jovik

Recommended Posts

I get this message all the time. Trying to config my store to Norwegian:

 

Warning: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead. in /home/edesign/www/eye4u/catalog/admin/includes/languages/norwegian.php on line 13

 

 

I dont understand annything??

 

I cant get any buttons working either

Link to comment
Share on other sites

I am going to take a stab at this :blink:

 

In:

catalog/includes/languages/french.php

 

Make sure you have this at the very top just under the OSC remarks:

 

// look in your $PATH_LOCALE/locale directory for available locales
// or type locale -a on the server.
// Examples:
// on RedHat try 'en_US'
// on FreeBSD try 'en_US.ISO_8859-1'
// on Windows try 'en', or 'English'
@setlocale(LC_TIME, 'en_US.ISO_8859-1');

 

If you do make sure the syntax is corerct.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...