- Posts: 29
- Thank you received: 0
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.
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.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
- Posts: 1107
- Thank you received: 3
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
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.
I understand. But this message is for kunena_v1.0.9_b1231_2009-04-03You should not post the same issue multiple times. It does not get you an answer any faster.
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,
Thank you for an answer. I will read this. I will write about results.you can try it : www.kunena.com/forum?func=view&am...4&id=14908#15551
Please Log in or Create an account to join the conversation.
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 . " => " . $table . " CONVERTED<br />";
}
}
?>
Please Log in or Create an account to join the conversation.
....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.