Aviator![]() 2006-11-14 18:20 | Hi, ALL! Vasily Zhidelev |
andr![]() 2006-11-16 21:05 | Hello! |
gaadaa![]() 2007-06-25 15:56 | Hi, Ihave the same problem, but in Bulgarian! I have he script woking fine on a bulgarian server, but now I want to install it on another one outside bulgaria. It doesent work fine there - it makes the same bug as the author said. Can you explain what to look for in config file? |
merci![]() 2007-06-26 08:50 | gaadaa - try to add setlocale in config/general.php file, but i don't know what should be set for your language, for polish it is like: |
gaadaa![]() 2007-06-26 16:44 | Thanks merci, but it doesnt help me. I think something must be installed on the server in order to work fine. Do you have an idea what that migt be? |
merci![]() 2007-06-27 09:38 | gaadaa - send us a link to site where this problem occured. |
gaadaa![]() 2007-06-27 18:44 | http://povechesex.com |
gaadaa![]() 2007-06-28 10:27 | The problem is solved. They didnt have the bulgarian locale installed on their server. They have installed it and it started working well! |
Emil![]() 2008-02-13 22:48 | I have the same problem. I tried to solve it with setlocale but it didn't work out. |
treewood (OpenSolution)2008-02-14 07:55 | Emil - what did You add to setLocale? Send here a code you added. |
Emil![]() 2008-02-14 08:23 | I wasn't sure what to add and in the end I added this code:
if (!setlocale(LC_ALL, 'bg_BG.utf8')) { |
Emil![]() 2008-02-14 09:00 | I've just made it work!
<? php setlocale('LC_ALL', 'bg_BG') ;?>
|