- Posts: 24
- Thank you received: 4
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.
Beat
CB Team
Please Log in or Create an account to join the conversation.
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.
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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.
What can I change there?
Please Log in or Create an account to join the conversation.