Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Important Search error with cyrillic characters.

More
17 years 2 days ago #16848 by beat
Maybe a substr call which doesn't handle utf-8 ?

Beat B)
CB Team

Please Log in or Create an account to join the conversation.

More
17 years 2 days ago #16864 by Matias
Beat is right.

In Joomla backend go to Help / System info / PHP information

Search for this: mbstring

You should find it together with following setting:

Multibyte Support enabled

If multibyte string support isn't enabled, you really should enable it. Here are PHP docs for it:
fi.php.net/manual/en/book.mbstring.php

Please Log in or Create an account to join the conversation.

More
17 years 2 days ago #16896 by imperium
This is my PHP Information. Multibyte Support enabled. What adjustment needs to be changed?

mbstring
Multibyte Support
> enabled
Multibyte string engine
> libmbfl
Multibyte (japanese) regex support
> enabled
Multibyte regex (oniguruma) version
> 4.4.4
Multibyte regex (oniguruma) backtrack check
> On

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

Directive
>Local Value
>Master Value
mbstring.detect_order
>no value
>no value
mbstring.encoding_translation--->Off
>Off
mbstring.func_overload
>0
>0
mbstring.http_input
>pass
>pass
mbstring.http_output
>pass
>pass
mbstring.internal_encoding
>ISO-8859-1
>no value
mbstring.language
>neutral
>neutral
mbstring.strict_detection
>Off
>Off
mbstring.substitute_character--->no value
>no value

Please Log in or Create an account to join the conversation.

More
17 years 2 days ago - 17 years 2 days ago #16904 by kmilos
Maybe that internal encoding? Doesn't look like it can support cyrillic... I have it as no value (my system and locale are all UTF-8), but you can also try forcing UTF-8.
Last edit: 17 years 2 days ago by kmilos.

Please Log in or Create an account to join the conversation.

More
17 years 2 days ago #16908 by imperium
I will try to change it

Please Log in or Create an account to join the conversation.

More
17 years 2 days ago - 17 years 2 days ago #16913 by imperium
I have changed
mbstring.internal_encoding
>ISO-8859-1
>no value
to
mbstring.internal_encoding
>UTF-8
>UTF-8.
But it has not helped. And I have returned to ISO-8859-1
There are my PHP information and php.ini.

File Attachment:

File Name: PHPinformation.zip
File Size:29.96 KB

What can I change there?
Last edit: 17 years 2 days ago by imperium.

Please Log in or Create an account to join the conversation.

Time to create page: 0.246 seconds