- Posts: 13
- Thank you received: 0
Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] 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.
Question J! 1.7 + K 1.6.4: Installed, set up, . . . nothing.
When will that be available?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
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.