1

(18 replies, posted in Archive)

If I change $locale = 'russian' with my local language, I suggest it should work also.

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

(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.

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

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

(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 smile

7

(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).

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 ?