Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Call to undefined method KunenaCategory::get()

More
11 months 3 weeks ago - 11 months 3 weeks ago #233393 by gradys
Hello,
after upgrading to Kunena 6.4.2 I got following error when trying to submit new post:

Call to undefined method Kunena\Forum\Libraries\Forum\Category\KunenaCategory::get()

   

I've also encountered some issues during upgrade (see github.com/Kunena/Kunena-Forum/issues/9872 ) - can it be the source of my current problem?

Joomla version: 5.3.0
Kunena version: 6.4.2
Php version: 8.3.21
Database version: 10.11.11-MariaDB
Forum URL:  www.homebrewmap.com/en/forum/index


 
Last edit: 11 months 3 weeks ago by gradys.

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

More
11 months 3 weeks ago #233394 by gradys
This is my configuration:

This message contains confidential information

Database collation check: hbm_kunena_aliases have wrong collation of type utf8mb3_general_ci on field alias  hbm_kunena_aliases have wrong collation of type utf8mb3_general_ci on field type  hbm_kunena_aliases have wrong collation of type utf8mb3_general_ci on field item  hbm_kunena_attachments have wrong collation of type utf8mb3_general_ci on field hash  hbm_kunena_attachments have wrong collation of type utf8mb3_general_ci on field folder  hbm_kunena_attachments have wrong collation of type utf8mb3_general_ci on field filetype  hbm_kunena_attachments have wrong collation of type utf8mb3_general_ci on field filename  hbm_kunena_attachments have wrong collation of type utf8mb3_general_ci on field filename_real  hbm_kunena_attachments have wrong collation of type utf8mb3_general_ci on field caption  hbm_kunena_categories have wrong collation of type utf8mb3_general_ci on field alias  hbm_kunena_categories have wrong collation of type utf8mb3_general_ci on field icon  hbm_kunena_categories have wrong collation of type utf8mb3_general_ci on field accesstype  hbm_kunena_categories have wrong collation of type utf8mb3_general_ci on field class_sfx  hbm_kunena_categories have wrong collation of type utf8mb3_general_ci on field topicOrdering  hbm_kunena_categories have wrong collation of type utf8mb3_general_ci on field iconset  hbm_kunena_logs have wrong collation of type utf8mb3_general_ci on field ip  hbm_kunena_logs have wrong collation of type utf8mb3_general_ci on field operation  hbm_kunena_messages have wrong collation of type utf8mb3_general_ci on field ip  hbm_kunena_polls have wrong collation of type utf8mb3_general_ci on field title  hbm_kunena_polls_options have wrong collation of type utf8mb3_general_ci on field text  hbm_kunena_private have wrong collation of type utf8mb3_general_ci on field subject  hbm_kunena_ranks have wrong collation of type utf8mb3_general_ci on field rankTitle  hbm_kunena_ranks have wrong collation of type utf8mb3_general_ci on field rankImage  hbm_kunena_smileys have wrong collation of type utf8mb3_general_ci on field code  hbm_kunena_smileys have wrong collation of type utf8mb3_general_ci on field location  hbm_kunena_users have wrong collation of type utf8mb3_general_ci on field status_text  hbm_kunena_users have wrong collation of type utf8mb3_general_ci on field view  hbm_kunena_users have wrong collation of type utf8mb3_general_ci on field avatar  hbm_kunena_users have wrong collation of type utf8mb3_general_ci on field location  hbm_kunena_users have wrong collation of type utf8mb3_general_ci on field twitter  hbm_kunena_users have wrong collation of type utf8mb3_general_ci on field websitename  hbm_kunena_users have wrong collation of type utf8mb3_general_ci on field websiteurl  hbm_kunena_users have wrong collation of type utf8mb3_general_ci on field ip  hbm_kunena_users_banned have wrong collation of type utf8mb3_general_ci on field ip  hbm_kunena_version have wrong collation of type utf8mb3_general_ci on field version  hbm_kunena_version have wrong collation of type utf8mb3_general_ci on field build  hbm_kunena_version have wrong collation of type utf8mb3_general_ci on field versionname  
        

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

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 300 seconds | Max execution memory: 256M | Max file upload:  

Kunena menu details:

Warning: Spoiler!

Joomla default template details : ja_purity_iv | author: JoomlArt | version: 1.2.4 | creationdate: April 21, 2025

Kunena default template details : Aurelia | author: Kunena Team | version: 6.4.2 | creationdate: 2025-04-22

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 6.4.2 | 2025-04-22 [ Git Repository ]
        | Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 2.10.0+build.2025.05.06.16.43.20.9842eb8e2

Third-party SEF components: None

Plugins: Content - Kunena Discuss 6.0.5

Modules: Kunena Latest 6.0.7 | Kunena Stats 6.0.5 | Kunena Login 6.0.6 | Kunena Search 6.0.5

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

More
11 months 3 weeks ago #233395 by rich
You have installed Kunena Login, but Direct Component Access is set to No in the Configuration -> General tab. This must be set to Yes if you want the login module to work.
The collation of your database is incorrect.  You are using utf8mb3_general_ci, but it should be utf8mb4_unicode_ci. This should be fixed.

Important! Always create a backup before you make any changes to your website!

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

More
11 months 3 weeks ago #233396 by gradys
But changing this won't solve my problem, I believe?

This message contains confidential information

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

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

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 300 seconds | Max execution memory: 256M | Max file upload:  

Kunena menu details:

Warning: Spoiler!

Joomla default template details : ja_purity_iv | author: JoomlArt | version: 1.2.4 | creationdate: April 21, 2025

Kunena default template details : Aurelia | author: Kunena Team | version: 6.4.2 | creationdate: 2025-04-22

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 6.4.2 | 2025-04-22 [ Git Repository ]
        | Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 2.10.0+build.2025.05.06.16.43.20.9842eb8e2

Third-party SEF components: None

Plugins: Content - Kunena Discuss 6.0.5

Modules: Kunena Latest 6.0.7 | Kunena Stats 6.0.5 | Kunena Search 6.0.5

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

More
11 months 3 weeks ago #233401 by rich
 I see an incorrectly configured menu item in the configuration report, which also often leads to errors. The two menu items Fórum and Forum in the main menu lead to the Czech forum. Please correct this error and then test whether the error has disappeared. Open this menu item (marked red in the picture), click on Clear and then select as target the menu item Forum in the English menu.
.
 

Important! Always create a backup before you make any changes to your website!

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

More
11 months 3 weeks ago #233404 by gradys
The same error appeared in Administration module when clicking on any Components/Forum/Categories category. After switching DEDUG mode on, following stack was displayed.
So I purchased new GroupJive license, upgraded GroupJive and all its plugins and Kunena is working fine now.

Thank you for your effort.


 
The following user(s) said Thank You: rich

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

Time to create page: 0.305 seconds