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

Posting guide:

For a quick response, please give us as much information that helps us to understand the problem.
Please read first What information should I include when I ask for help (including how to post my configuration report)?
This category is for:
  • Kunena 1.7 product-related issues only; and
  • when your Kunena forum does not work.
Do not use this category:
  • to request adding to or removing from the standard features of Kunena;
  • if your question is of a commonly asked "how to" nature;
  • if you are not using the latest stable release of Kunena; or
  • ▪ general Joomla or website adminstration matters
General hints: How To Ask Questions The Smart Way .
Please read the guides posted as sticky topics in this category.
Also refer to the FAQs menu tab above for frequently asked questions.

Note: Support for, and all questions relating to, K 1.7 will cease on 31 August 2012. Our advice is, if you are having problems with K 1.7, to upgrade to K 2.x as soon as practicable,

Question Known issues in Kunena 1.7.2

More
11 years 11 months ago #1 by Matias
This topic will list known issues in Kunena 1.7.2 and how to fix those issues.
The topic has been locked.
More
11 years 11 months ago #2 by Matias
Fatal Error: Cannot use object of type stdClass as array in plugins/user/profile/profile.php on line 220
The error was detected in the User - Profile Plugin


Please change plugins/system/kunena.php line 53-54 into this (one letter change in both lines):
Code:
$kuser = KunenaFactory::getUser(intval($user ['id'])); $kuser->save();
The topic has been locked.
More
11 years 10 months ago - 11 years 10 months ago #3 by sozzled
In K 1.7.2, when you first install Kunena and make no changes to the forum configuration settings - which, in most cases, should produce a working forum for you anyway - if you use the Kunena report generator you will not see any details for your forum settings, as the following example shows:

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 8M

Kunena menu details:
Warning: Spoiler!

Joomla default template details : beez_20 | author: Angie Radtke | version: 2.5.0 | creationdate: 25 November 2009

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.7.2 | creationdate: 2012-01-31

Kunena version detailled: Installed version: 1.7.2 | Build: 5215 | Version name: Omega | Kunena detailled configuration:
▼▼ Click the "spoiler" icon below to see the problem ▼▼

Warning: Spoiler!
▲▲ No forum setting details show ▲▲

Third-party components: None

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled

Modules: None


To rectify this problem, go to Forum Configuration in the Kunena Control Panel and press wither the Save or Restore Default Settings buttons (indicated in the following screenshot):



After you do that, then you should be able to use the Report Configuration Settings feature properly. This problem has been corrected in K 2.0.
Attachments:
Last edit: 11 years 10 months ago by sozzled.
The topic has been locked.
More
11 years 10 months ago - 11 years 10 months ago #4 by Matias
Replied by Matias on topic Known issues in Kunena 1.7.2
Permanently remove topic causes database error

Find components/com_kunena/lib/kunena.moderation.class.php line 350:
Code:
$sql2 = "DELETE FROM #__kunena_messages_text WHERE `mesid` IN ({$this->_db->Quote(implode(',',$messid))});";

And replace it with:
Code:
$sql2 = "DELETE FROM #__kunena_messages_text WHERE `mesid` IN (".implode(',',$messid).");";
Last edit: 11 years 10 months ago by Matias.
The topic has been locked.
Time to create page: 0.375 seconds