- Posts: 12224
- Thank you received: 2517
Kunena 6.4.9 & Kunena 7.0.1 Released
The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] 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
The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] 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/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
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 Problems after site upgrade to Joomla 4
Disable the plugin Kunena - Community Builder Integration and try to install Kunena over it again.
Afterwards test if the Forum works without the Community Builder.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- ProgAddicted
-
Topic Author
- Offline
- Junior Member
-
- Posts: 17
- Thank you received: 0
Done, nothing changed.Disable the plugin Kunena - Community Builder Integration and try to install Kunena over it again.
Afterwards test if the Forum works without the Community Builder.
IMHO there is a problem with the DB; I tried to add a new category, it throws the following error:
1054 Unknown column ‘parentid’ in ‘where clause’
Call stack
Please Log in or Create an account to join the conversation.
Joomla 4.x and also Kunena 6.0 the collation should be utf8mb4.
If this is not the case, you must change the collation to utf8mb4.
You can do this either with phpMyAdmin or with the Admin Tools from Akeeba. With Admin Tools you just have to select UTF-8 Multibyte under "Change Database Collation" (it is already preset) and run it. After that (as recommended) click on "Repair & Optimise Tables".
But first create a database backup.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- ProgAddicted
-
Topic Author
- Offline
- Junior Member
-
- Posts: 17
- Thank you received: 0
Collation checked, it's the right one.Joomla 4.x and also Kunena 6.0 the collation should be utf8mb4.
But I noticed this: trying to add a category it throws the error "1054 Unknown column 'parentid' in 'where clause'", but in the Categories table the column name is parent_id
Please Log in or Create an account to join the conversation.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- ProgAddicted
-
Topic Author
- Offline
- Junior Member
-
- Posts: 17
- Thank you received: 0
Done, much better now! Now I can see and use categories and discussions, but there is something else to adjust:Correct is parentid. Please create first a database backup, then rename this column to parentid. Afterwards test your page again.
- the root category is not shown
- any attempt to modify any category, including the root one, ends in error: 0 3 arguments are required, 2 given
Please Log in or Create an account to join the conversation.