Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth 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 1 month ago #16110 by imperium
Search in forum dont work with cyrillic characters, russian or ukrainian :(
It returns 0 results.

Joomla! 1.5.10 Legacy mode 1.0
kunena_v1.0.9_b1231_2009-04-03.
Forum is on local server (Denver 3 with extension php_mdstring.dll).

Also it dont work in kunena_v1.5.1b b1523.
Joomla! 1.5.10, Legacy mode 1.0, local server.

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

More
17 years 1 month ago #16111 by grumblemarc
You should not post the same issue multiple times. It does not get you an answer any faster.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 1 month ago #16134 by xillibit

I don't provide support by PM, because this can be useful for someone else.

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

More
17 years 1 month ago #16144 by imperium
grumblemarc wrote:

You should not post the same issue multiple times. It does not get you an answer any faster.

I understand. But this message is for kunena_v1.0.9_b1231_2009-04-03
and another message is for same problem in kunena_v1.5.1b b1523.
I decided this is important for both projects. Sorry :)

xillibit wrote:
Hello,

you can try it : www.kunena.com/forum?func=view&am...4&id=14908#15551

Thank you for an answer. I will read this. I will write about results.

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

More
17 years 1 month ago - 17 years 1 month ago #16154 by imperium
My tables are already utf8_general_ci. Can this script help me? All cyrillic characters on forum is visible. Problem only with search using cyrillic characters. Search with english characters works.
There are some screenshots from my phpMyAdmin.What can I change there?
Аt first I used Fireboard(search using cyrillic characters isnt works) then I removed it and tables jos_fb..... Then I changed:
Language uk-1251 to uk-utf-8, MySQL connection collation: cp1251_general_ci to utf8_general_ci and instaled KUNENA. Cyrillic search isn't work and tables and variables you can see on screenshots.

<?php
// your connection
mysql_connect("localhost","username","password");
mysql_select_db("database_name");

// convert code
$res = mysql_query("SHOW TABLES");
while ($row = mysql_fetch_array($res))
{
foreach ($row as $key => $table)
{
mysql_query("ALTER TABLE " . $table . " CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci");
echo $key . " =&gt; " . $table . " CONVERTED<br />";
}
}
?>

Last edit: 17 years 1 month ago by imperium.

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

More
17 years 1 month ago #16164 by imperium
Script gave no results.

....Tables_in_diplomtev => jos_fb_config_backup CONVERTED
0 => jos_fb_discussbot CONVERTED
Tables_in_diplomtev => jos_fb_discussbot CONVERTED
0 => jos_fb_favorites CONVERTED....

But search isnt work.

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

Time to create page: 0.259 seconds