what error is this?
Warning: setlocale(): Passing locale ategory name as string is deprecated. Use the LC_* -constants instead. in /home/webuser/xx/xxx/xx
setlocale is for what?how to solve this problem:bemused:
setlocale just sets runtime locale information. Fix it by finding the line that's doing this, and correct the category argument to the appropriate category from the manual