Kunena 6.4.7 Released

The Kunena team has announce the arrival of Kunena 6.4.7[K 6.4.7] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question I have this Problem with jomsocial and kunena

More
16 years 3 weeks ago #1 by nauman
Hello all,
I am using kunena 1.5.4 and joomla 1.5.14 , With joomla basic SEF system on

Now , all is working ok, one meny item, pointing to jomsocial frontend, one to kunena, and kunena profiles pointing to right profile to jomsocial system.

Now i made a new menu, pointing to jomsocial photos. After this my kunena board profiles are pointing to photos system of jomsocial not to jomsocial profiles.

Any help ?

thanx

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

More
16 years 3 weeks ago - 16 years 3 weeks ago #2 by Matias
I think that this will fix the bug:

components/com_kunena/class.kunena.php line 64:
Code:
$kunena_db->setQuery("SELECT id FROM #__menu WHERE link LIKE 'index.php?option=com_community%' AND published='1' LIMIT 1");

to:
Code:
$kunena_db->setQuery("SELECT id FROM #__menu WHERE link LIKE 'index.php?option=com_community%' AND published='1' ORDER BY id ASC LIMIT 1");

Please report if it worked.. :)
Last edit: 16 years 3 weeks ago by Matias.

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

More
16 years 3 weeks ago #3 by nauman
Thanx

but after this change there is error on fprum page ---

Parse error: syntax error, unexpected '>

public_html/components/com_kunena/class.kunena.php on line 64

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

More
16 years 3 weeks ago #4 by Matias
Hmm.. Found a bug when showing message: remove spaces from $kunena_db- >setQuery and index.php? option

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

Time to create page: 0.241 seconds