jovik Posted February 11, 2004 Share Posted February 11, 2004 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 More sharing options...
1quicksi Posted February 11, 2004 Share Posted February 11, 2004 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. knowledge base | Contributions | Search Link to comment Share on other sites More sharing options...
1quicksi Posted February 11, 2004 Share Posted February 11, 2004 Oopps my bad should have been in the file norwegian.php knowledge base | Contributions | Search Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.