If I change $locale = 'russian' with my local language, I suggest it should work also.
2 2004-03-18 13:06
Re: Users can upload avatars over set pixels limit (21 replies, posted in PunBB 1.2 troubleshooting)
I think that the error is in web server where the forum is hosted. When I tried to update my avatar I received this error message :
PHP Error
Warning: getimagesize() [function.getimagesize.html]: open_basedir restriction in effect. File(/tmp/phpsrPxsf) is not within the allowed path(s): ($PATH) in $PATH/forum/profile.php on line 357
3 2004-03-18 12:34
Re: Problem with writing cyrillic (18 replies, posted in Archive)
Thanks, it works ... Is the forum check for SMTP service when posting, because I found it don't work with fake mail servers (for example b1tchX@rtfm.com) or why it gives me message for mail that don't exists ... And why does the forum don't update number of posting, when I deleted one of moderators` postings, it continue ti show his old number.
4 2004-03-18 12:07
Re: Users can upload avatars over set pixels limit (21 replies, posted in PunBB 1.2 troubleshooting)
I'm using the last version - 1.1.2 ... I don't know ... But I'll try to set different size and then turn it back. I don't know whether this will work but I'll just try
5 2004-03-17 19:13
Topic: Users can upload avatars over set pixels limit (21 replies, posted in PunBB 1.2 troubleshooting)
All users in my forum are with avatars which are more than set (60x60) pixels. If the file is over 10 KB they can't upload, but it doesn't detect pixels. Where can't be the mistake ?
6 2004-03-17 18:06
Re: Problem with writing cyrillic (18 replies, posted in Archive)
I solved the problem with kind a stupid decision ... Just :
// else if ($pun_config['p_message_all_caps'] == '0' && strtoupper($message) == $message && $cur_user['status'] < PUN_MOD)
// message($lang_post['No caps message']);
I think this is not the best decision but I need forum now and don't have a lot of time to think for another decision. By the way thiz forum is very good made and I think you should "Keep developing" ... And success
7 2004-03-17 04:38
Topic: Problem with writing cyrillic (18 replies, posted in Archive)
When I try to post reply in cyrillic, I receive this message :
Info
Messages must not contain only capital letters and special characters in this forum.
I can write in cyrilic only if I am administrator. In lang/en/en_common.php, encoding is set to :
'lang_encoding' => 'windows-1251',
Are there more places where I should change encoding? Is the problem in MySQL (but when I'm administrator and I post in cyrillic, it all works).
8 2004-03-14 21:15
Topic: I Can not post cyrilic (1 replies, posted in PunBB 1.2 troubleshooting)
When I try to post reply in cyrilic, I receive this message :
Info
Messages must not contain only capital letters and special characters in this forum.
I can write in cyrilic only if I am administrator. In lang/en/en_common.php, encoding is set to :
'lang_encoding' => 'windows-1251',
Why I receive these errors ?