Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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 J! 1.7 + K 1.6.4: Installed, set up, . . . nothing.

More
12 years 9 months ago #21 by cathy1967
Replied by cathy1967 on topic Re: 500 error j1.7rc1
So that means I can't use Kunena until 1.6.5 comes out then?

When will that be available?

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

More
12 years 9 months ago #22 by 810
Replied by 810 on topic Re: 500 error j1.7rc1
Before J1.7 comes out, so in a few days

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

More
12 years 9 months ago - 12 years 9 months ago #23 by cathy1967
Replied by cathy1967 on topic Re: 500 error j1.7rc1
Ah, okay. Well, then I'll wait. Kunena is just too good to pass up on. :) Thanks for the assistance. I appreciate it.
Last edit: 12 years 9 months ago by cathy1967.

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

More
12 years 9 months ago #24 by k4lch
Replied by k4lch on topic Re: 500 error j1.7rc1
in the kunena.file.class.php change to this

jimport ( 'joomla.version' );
$jversion = new JVersion ();
if ($jversion->RELEASE == 1.5) {
require_once (KUNENA_PATH_LIB . DS . 'kunena.file.class.1.5.php');
} else {
require_once (KUNENA_PATH_LIB . DS . 'kunena.file.class.1.6.php');
}
?>

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

More
12 years 9 months ago #25 by cathy1967
Replied by cathy1967 on topic Re: 500 error j1.7rc1
Thank you so much! That did the trick. :D

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

More
12 years 9 months ago #26 by sozzled
Replied by sozzled on topic Re: 500 error j1.7rc1
You cannot use K 1.6.4 with J! 1.7. K 1.6.4 was not designed for J! 1.7.

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

More
12 years 9 months ago #27 by cathy1967
Replied by cathy1967 on topic Re: 500 error j1.7rc1
:huh: Well ... it's working with the changes I've been given ...

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

More
12 years 8 months ago #28 by BMW_CHUBB
Replied by BMW_CHUBB on topic Fatal error
Anyway to fix this after joomla update?

Fatal error: Call to a member function getAllowedCategories() on a non-object in /home/bmwchub1/public_html/components/com_kunena/class.kunena.php on line 503

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

More
12 years 8 months ago - 12 years 8 months ago #29 by sozzled
*** Topics merged ***

See msg #6 in this topic. See also Important news about J! 1.7 + K 1.6.4

The "fix" in msg #6 only deals with one issue. A similar kind of change needs to be made in a few other files, too. I don't have a complete list of all the files that need to be changed. Sorry.
Last edit: 12 years 8 months ago by sozzled.

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

More
12 years 8 months ago #30 by mnbox
Replied by mnbox on topic Re: 500 error j1.7rc1
The solution was found at github.com/Kunena/Kunena-1.6
Set Kunena 1.6.4
Then copied all the files manually.
This is the only inconvenience.
Everything works.

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

Time to create page: 0.430 seconds