Kunena 6.4.9 maintenance Release for Joomla! 5.0/5.1/5.2/5.3/5.4/6.0
- Details
Introduction:
The Kunena team is thrilled to announce the ninth maintenance release of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0. It needs the compatbility plugin to be enabled to be installed on Joomla! 6.0.x, this release (K6.4.9) is offered for people already on Joomla! 6.0 to be able to update to K7.0.x. For people on K6.3.x and K6.4.x it will proposed by Joomla! updater to update to K6.4.9 then in a month or two, Joomla! updater will propose to K6.4.x users to update to K7.0.x.
We are changed translation platform, we are now moved to crowdin for this release and the next releases : crowdin kunena. The translators are still needed to update the languages on crowdin because some aren't enough translated.
The support for Joomla! 6.0 has been added in this release. Kunena 6.4 has been designed to work on Joomla! 5.0 and later, the requirements are the followings :- Php 8.1.0 to Php 8.4.x
- MySQL 8.0.13 to MySQL 9.2.0
- Bootstrap 5.1
The work done in Kunena 6.4 is the following:
- Removing CMSObject extends to some Kunena classes to comply with removed things planned for Joomla! 6.0 (thanks to svanschu)
- Allow to be used on php 8.4 if you are on Joomla! 5.2.x, it will give some deprecated errors messages
- Replace some deprecated usage of methods Joomla! of getError(), getDBO() and Toolbar::getInstance()
- Allow avif and webp to be added in attachment
Download:
Download K6.4.9 stable here: https://github.com/Kunena/Kunena-Forum/releases/tag/6.4.9
This means that the Kunena 6.3 series is approching the end of life and will be discountinued, with the future release of K6.4 in stable there won't be new versions of K6.3 after that.Donations
Any donations are needed for future support.
Discuss this article
Kunena 7.0.1 stable released for Joomla! 5.4 and 6.0
- Details
Introduction:
The Kunena team is thrilled to announce the first maintenance release of Kunena 7.0, a native Joomla extension for Joomla! 5.4 and Joomla 6.x. Kunena 7.0 works on Joomla! 6.0 natvely without the needs of compat plugin.
For people which wants help for translations, Kunena 7.0 files can be translated on crowdin : crowdin kunena
Kunena 7.0 has been designed to work on Joomla! 5.4 and 6.0, the minimal requirements are the followings :- Php 8.2.0
- MariaDb 10.4 or MySQL 8.0.13
- Bootstrap 5.x
The work done in Kunena 7.0 is mostly to update the code base:
- Refactor all the code of plugin integration to be in Joomla! 6.0 by working with events and to drop the parts which was planned to be removed in this Joomla! version (thanks to ruud)
- New: scheduled task purge trashbin (thanks to ruud)
- Changes on the installer script to be able to work on Joomla! 6.0
- Make user type on whoisonline widget as links to open the userlist filtered
- Remove most of the deprecated code
- Refactor captcha handling conform with Joomla! 5.x and 6.0
New features:
The Kunena system plugin check on registration and on login if the user is in stopforumspam database and prevent them to make these actions
The Kunena configuraion has been converted to be the same that others configurations page in the Joomla! way
Download:
Download K7.0.1 stable here: https://github.com/Kunena/Kunena-Forum/releases/tag/7.0.1
Donations
Any donations are needed for future support.
Discuss this article
Hello,Hello
We have 7.0.1 / 2026-01-30 and get following log MSG/error
"Exception throw at line 489 in file \/home\/sammler\/public_html\/libraries\/vendor\/joomla\/database\/src\/Pdo\/PdoDriver.php with message 42S22, 1054, Unknown column 'socials' in 'SET'"
We get this MSG on all 5.4.2 Joomla installations.
it seems the upgrade process will do things with socials not work correctly, i will add a fonction under tools to be able to make the import of socials when it has failed during upgrade
I have looked in the code so it should be handled in upgrade process when you are coming from before Kunena 6.4.0 . I have forgot the params karma_time so it remains in config, it explains why you get this error
Code:( ! ) Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$karma_time is deprecated in \libraries\kunena\src\User\KunenaUser.php on line 700
In Kunena 7, you can find “karma_time” in:
/administrator/components/com_kunena/install/kunena.install.upgrade.xml
/administrator/components/com_kunena/install/sql/updates/php/6.4.5-2025-07-30_remove_columns_users_table.php
/components/com_kunena/src/Controllers/UserController.php
We have 7.0.1 / 2026-01-30 and get following log MSG/error
"Exception throw at line 489 in file \/home\/sammler\/public_html\/libraries\/vendor\/joomla\/database\/src\/Pdo\/PdoDriver.php with message 42S22, 1054, Unknown column 'socials' in 'SET'"
We get this MSG on all 5.4.2 Joomla installations.
Joomla 5.4.2
PHP 8.4
Merci pour votre réponse.
Pour le point 1, j'ai ouvert le dashboard de kunena et tout est rentré dans l'ordre ?? Je n'ai pas eu besoin de lancer la requete SQL de modification. Est-ce normal ?
Pas besoin de lancer la requête vu que vous dites plus haut que la mise à jour s'est faite en allant sur le dashboard de Kunena. Je n’étais pas sur que vous aviez ouvert le dashboard de Kunena, ne tenez pas compte de la requête que je vous avais donné.J'ai tenté de lancer la requete
Code:
ALTER TABLE `#__kunena_users` ADD `language` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `ip`
phpadmin SQL me dit qu'il y a une erreur de syntaxe,
#__ is replace when used in Joomla code, but when used in phpmyadmin there is not table starting with #__. You need to tye your own prefix (this is for every joomla install different so this cannot be provided here)
Pour le point 1, j'ai ouvert le dashboard de kunena et tout est rentré dans l'ordre ?? Je n'ai pas eu besoin de lancer la requete SQL de modification. Est-ce normal ?
Pour le point 2, je ne trouve pas le fichier incriminé ?
Cela se reproduit même en tentant de restaurer des sauvegardes anciennes, lesquelles passaient très bien avant
Bonjour,En fait, en y regardant de plus pres, j'ai 2 soucis :
1. L'installation s'est passée correctement mais lorsque je me connecte (ou me déconnecte du forum), je reçois le message suivant
Avez-vous ouvert le dashboard de Kunena après la mise à jour ? Il faut appliquer cette requête via Phpmyadmin après avoir sauvegardé la table #__kunena_users :
Vérifiez les droits dans le dossier indiqué2. lorsque je veux récupérer une sauvegarde sous akeeba, je reçois le message suivant :
1. L'installation s'est passée correctement mais lorsque je me connecte (ou me déconnecte du forum), je reçois le message suivant
2. lorsque je veux récupérer une sauvegarde sous akeeba, je reçois le message suivant :
Je suis coincé, un peu d'aide SVP
So if you want update to K7.0.1 now, you need to download the packages and install manually.
Kunena 7.0 stable released for Joomla! 5.4 and 6.0
- Details
Introduction:
The Kunena team is thrilled to announce the stable release of Kunena 7.0, a native Joomla extension for Joomla! 5.4 and Joomla 6.x. Kunena 7.0 works on Joomla! 6.0 natvely without the needs of compat plugin.
For people which wants help for translations, Kunena 7.0 files can be translated on crowdin : crowdin kunena
Kunena 7.0 has been designed to work on Joomla! 5.4 and 6.0, the minimal requirements are the followings :- Php 8.2.0
- MariaDb 10.4 or MySQL 8.0.13
- Bootstrap 5.x
The work done in Kunena 7.0 is mostly to update the code base:
- Refactor all the code of plugin integration to be in Joomla! 6.0 by working with events and to drop the parts which was planned to be removed in this Joomla! version (thanks to ruud)
- New: scheduled task purge trashbin (thanks to ruud)
- Changes on the installer script to be able to work on Joomla! 6.0
- Make user type on whoisonline widget as links to open the userlist filtered
- Remove most of the deprecated code
- Refactor captcha handling conform with Joomla! 5.x and 6.0
New features:
The Kunena system plugin check on registration and on login if the user is in stopforumspam database and prevent them to make these actions
The Kunena configuraion has been converted to be the same that others configurations page in the Joomla! way
Download:
Download K7.0.0 stable here: https://github.com/Kunena/Kunena-Forum/releases/tag/7.0
Donations
Any donations are needed for future support.
Discuss this article
I've moved your differents messges into a seprate topic : www.kunena.org/forum/installation-issues...r-joomla-5-4-and-6-0 to let this topic here clear.I've written comments about the issues after upgrading to Kunena 7.0 earlier elsewhere on this site.
Kunena 7.0 add new files and new directories you can have leftover of the items of Kunena 7.0
The upgrade of Kunena to 7.0 crashed the site and I had to disable Kunena in the database to be able to get access to backened again.
I installed a backup from before the upgrade to Kunena 7.0. Still the the site crashed. Once again I had to disable Kunena in the database to be able to get access to backened again. I uninstalled Kunena 6.4.8 and then installed Kunena 6.4.8 again. When everything worked fine I run a full backup useing Akeeba backup. Then the site crashed again with the same errors as before. Once again I had to disable Kunena in the database to be able to get access to backened again. After this I uninstalled Kunena 6.4.8.
The reason why the site continute to crash after resoring to a back up using Kunena 6.4.8 must be that there are still som changes in place which was created by the upgrade to Kunena 7.0. I belive there is something in the database that has changed that creates all this trouble.
"FYI : for Kunena 7.0 you will need to update CB to version 2.11.0 else the plugin integration into Kunena can't work"
Warnung
Installationspfad existiert nicht.
Paket Installieren: Bei der Installation der Erweiterung trat ein Fehler auf: lib_kunena_v@[email protected]
danger
Fehler bei der Paket-Installation.
Kunena Forum Package.
Hello,
For now there is an issue when upgradring from K6.4.8 to K7.0.0 which reset all parameters of all components. So for now you need to stay on K6.4.8 untill we publish a new release of K7.0.0.
Sorry for the inconvenience for people which updated from K6.4.8 to K7.0.0 and needed to toubleshoot the issue or restore a backup to go back to K6.4.8.
Ok just saw this and hope to get some news about when its possible to dl and make an update..
Cheers!
For now there is an issue when upgradring from K6.4.8 to K7.0.0 which reset all parameters of all components. So for now you need to stay on K6.4.8 untill we publish a new release of K7.0.0.
Sorry for the inconvenience for people which updated from K6.4.8 to K7.0.0 and needed to toubleshoot the issue or restore a backup to go back to K6.4.8.
Make a backup of your site first. Try to update manually to Kunena 6.4.8 by downloading the package from here : github.com/Kunena/Kunena-Forum/releases/tag/6.4.8 , if it's ok make a new backup of your site at this point and make the update to Kunena 7.0.0 like it will be showed in Joomla! updater
It is sad for me that in my current situation I cannot update Kunena.
We are using Joomla V6.0.2, and I cannot update to Kunena 6.4.8 as it is deemed invalid.
Manual update to version 7.0 is not possible either as this is not supported for the current version 6.3.10 that we are currently on.
I need some advice, please, on how to update our existing version.
If this is being touted as a development release and not for use on live sites then why is it being offered as an update on my Joomla site?
Is the description incorrect?
Alan
Kunena 7.0 RC3 Released for Joomla! 5.4 and 6.0 : translators needed to update translations
- Details
Introduction:
The Kunena team is thrilled to announce the third public release candidate of Kunena 7.0, a native Joomla extension for Joomla! 5.4 and Joomla 6.x. This is a development release and should be only be used for testing; this version is not recommended for live websites at this stage. Kunena 7.0 works on Joomla! 6.0 natvely without the needs of compat plugin.
Little remember for translators, the project for the translations for Kunena 7.0 on crowdin is availaible here : https://crowdin.com/project/kunena-forum-70. Thanks for the translators since the RC2 release which have already updated their language on crowdin.
The purpose of this release is to encourage testing by downloading, installing and identifying any problems or shortcomings that people may discover. K 7.0.0 RC3 is in testing phase and we are aware that people will discover defects. We encourage you to use the forum to report defects, as soon as they are discovered, so that the development team can work through the problems before the release of K 7.0 as a stable product. Reporting defects does not mean that the problems can or will be fixed. The Kunena team is looking forward to hearing your feedback on how well we have achieved our design goals.
Kunena 7.0 has been designed to work on Joomla! 5.4 and 6.0, the requirements are the followings :- Php 8.2.0
- MariaDb 10.4 or MySQL 8.0.13
- Bootstrap 5.x
The work done in Kunena 7.0 is mostly to update the code base:
- Refactor all the code of plugin integration to be in Joomla! 6.0 by working with events and to drop the parts which was planned to be removed in this Joomla! version (thanks to ruud)
- New: scheduled task purge trashbin (thanks to ruud)
- Changes on the installer script to be able to work on Joomla! 6.0
- Make user type on whoisonline widget as links to open the userlist filtered
- Remove most of the deprecated code
- Refactor captcha handling conform with Joomla! 5.x and 6.0
New features:
The Kunena system plugin check on registration and on login if the user is in stopforumspam database and prevent them to make these actions
The Kunena configuraion has been converted to be the same that others configurations page in the Joomla! way
Download:
Download K7.0.0 RC3 here: https://github.com/Kunena/Kunena-Forum/releases/tag/7.0-RC3
Donations
Any donations are needed for future support.