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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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