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

Please Read This First:


Please read the guides posted as sticky topics in this category. For a quicker response, please give as much information to help us understand the problem (see How To Ask Questions The Smart Way and What information should I include when I ask for help (including how to post my configuration report)? ).

This category is only for reporting defects with K 2.0 Please read, before you post, Before you post your question, read this first .

Do not use this category:
  • if this website ( www.kunena.org ) works but works differently to how you expected
  • for requests to add or remove the standard features of Kunena;
  • for questions commonly asked or "how to" in nature (see the FAQs menu tab above);
  • for help with Kunena versions that are not the latest stable release; or
  • for general Joomla or website administration matters

You must include your K 2.0 configuration report; if you do not include your configuration report, your topic may be closed (locked) or deleted without any further warnings from the moderators.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Question Kunena 2.0.0 known issues

More
11 years 9 months ago #1 by Matias
This topic contains list of known issues and possibly ways to work around of them.
The topic has been locked.
More
11 years 9 months ago - 11 years 9 months ago #2 by Matias
Fatal Error: Cannot pass parameter 2 by reference in components/com_kunena/lib/kune​na.file.class.1.6.php on line 60

Sorry, we missed this bug. It's something that would have prevented the release, because of it affects all Joomla! 2.5 sites. If a new user posts his first attachment, he gets this fatal error. It's one time per user bug, but...

Quick fix:

Change components/com_kunena/lib/kunena.file.class.1.6.php line 118 from:
Code:
static function write($file, &$buffer, $use_streams = false)
to:
Code:
static function write($file, $buffer, $use_streams = false)
Last edit: 11 years 9 months ago by Matias.
The following user(s) said Thank You: Muscule
The topic has been locked.
More
11 years 9 months ago - 11 years 9 months ago #3 by coder4life
There is a problem with custom icons. The new files themselves are not overridden on an upgrade processes however existing files like the XML file that lists the icons are overridden.
Last edit: 11 years 9 months ago by Matias.
The topic has been locked.
More
11 years 9 months ago #4 by Matias
Replied by Matias on topic Kunena 2.0.0 known issues
If new indication isn't working, run this query in phpMyAdmin (just remember to change the #_ prefix):
Code:
ALTER TABLE `#__kunena_user_read` MODIFY `time` INT(11) NOT NULL AFTER `message_id`;

SQL is safe to run many times.
The topic has been locked.
Time to create page: 0.421 seconds