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.

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.

Important Moderators Error

More
16 years 7 months ago #30164 by Matias
Replied by Matias on topic Re: Moderators Error
Hmm.. It may be your Kunena template which is causing this problem. Try to find line containing "new jbCategory" from listcat.php

It should be: $obj_fb_cat = new jbCategory($kunena_db, $cat->id);
And not: $obj_fb_cat = new jbCategory($database, $cat->id);

That later code is from K1.0 templates..

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

More
16 years 7 months ago #30168 by Setsuna
Replied by Setsuna on topic Re: Moderators Error
Perfet, but dont is in listcat.php. The is in fb_sub_category_list1.php \o

Tks for all help! U is the best ^^

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

More
16 years 7 months ago #30171 by Matias
Replied by Matias on topic Re: Moderators Error
The bug is somewhere else; there should not be arguments in that function in JDatabase object in Joomla 1.5. This means that someone is passing $database in legacy mode, which is Joomla 1.0 function and does not work in native component.

Most likely you have bug in your Kunena template: listcat.php is reason for this error, but it is not detected in there.

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

Time to create page: 0.230 seconds