Warning: setlocale() [function.setlocale]: Passing locale category name as string is deprecated. Use the LC_* -constants instead. in /home/xxx/mainfile.php on line 565
When i was testing the survey i got the warning mentioned above...
Any ideas how to get rid of it ?
Thx in advance
sixonetonoffun Major
Joined: Jan 13, 2003
Posts: 892
Posted:
Mon Feb 10, 2003 12:51 pm
Congratulations you have been upgraded to php 4.3 !
to correct this find in mainfile.php
setlocale ("LC_TIME", "$locale");
Change to
setlocale (LC_TIME, '$locale');
Also you will find several instances in the web links module and any modules based on it. Do the same thing there.
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum