Menu

Error after loading Quote Module

Help
2003-03-18
2003-03-18
  • Wayne Thorn

    Wayne Thorn - 2003-03-18

    I got the following error after if loaded "Quote Module" the error show up when I make a new announcement.

    Can anyone help

    ERROR:
    Warning: setlocale() [function.setlocale]: Passing locale category name as string is deprecated. Use the LC_* -constants instead. in /home/keepingt/public_html/mainfile.php on line 744
     

     
    • Michael Cannon

      Michael Cannon - 2003-03-18

      Replace that line with:

        setlocale (LC_TIME, $locale);

      If I recall correctly, check you PHP ini settings to see what warning and errors you have turned off the warnings if you don't want to see them.

      Michael

       

Log in to post a comment.