Thread: setlocale error

Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Location
    Perth Western Australia
    Posts
    47
    Plugin Contributions
    0

    Default setlocale error

    Can anybody help me with this error
    I tried to change from USA to Australia but seem to have gone wrong somplace
    this is the error I get

    PHP Warning: setlocale() [<a href='function.setlocale'>function.setlocale</a>]: Passing locale category name as string is deprecated. Use the LC_* -constants instead in ........


    this is what the original line was
    setlocale(LC_TIME, 'en_US.ISO_8859-1');

    I changed it to
    setlocale(LC_Time, 'en_AU.ISO_8859-1')

    can somebody help me put this right or help me change the code so that its right. I am a bit of an beginner to say the least.

    Thanks
    Steve
    Steve - From a land down under

  2. #2
    Join Date
    May 2010
    Location
    Barendrecht, Netherlands
    Posts
    20
    Plugin Contributions
    0

    Default Re: setlocale error

    Make sure you use the uppercase constants. LC_TIME instead of LC_Time. You also need to make sure the locale is installed on your system. On a Unix-like system you can check this with this command: locale -a

  3. #3
    Join Date
    Dec 2009
    Location
    Perth Western Australia
    Posts
    47
    Plugin Contributions
    0

    Default Re: setlocale error

    Quote Originally Posted by rros View Post
    Make sure you use the uppercase constants. LC_TIME instead of LC_Time. You also need to make sure the locale is installed on your system. On a Unix-like system you can check this with this command: locale -a

    Thank you I will check all that out now
    Steve - From a land down under

 

 

Similar Threads

  1. Replies: 0
    Last Post: 12 Nov 2009, 12:41 PM
  2. changing @setlocale -- no affect
    By RaySpike in forum Addon Language Packs
    Replies: 4
    Last Post: 12 Oct 2009, 04:33 PM
  3. Replies: 4
    Last Post: 30 Aug 2009, 09:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg