Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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

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
14 years 8 months ago #101266 by cathy1967
Replied by cathy1967 on topic Re: 500 error j1.7rc1
I've tried setting the Forum offline and that works. I get access to that. Don't know if that helps.

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

More
14 years 8 months ago #101267 by xillibit
Replied by xillibit on topic Re: 500 error j1.7rc1

cathy1967 wrote: :( Sorry, but no. This time I get this:

Fatal Error: Cannot make static method JFile::copy() non static in class CKunenaFile in components/com_kunena/lib/kunena.file.class.1.5.php on line 156

This is an another issue, kunena 1.6.5 will fix this kind of issues

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
14 years 8 months ago #101269 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
14 years 8 months ago #101270 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
14 years 8 months ago - 14 years 8 months ago #101271 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: 14 years 8 months ago by cathy1967.

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

More
14 years 8 months ago #101276 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.

Time to create page: 0.293 seconds