Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question Problems after site upgrade to Joomla 4

More
1 year 1 week ago #11 by rich
Ah... you are a new member. New users are not allowed to add links and attachments because too much spam has been posted.

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.

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

More
1 year 1 week ago - 1 year 1 week ago #12 by ProgAddicted

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.

Done, nothing changed.
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
Code:
<table>   <tr>     <th>#</th>     <th>Function</th>     <th>Location</th>   </tr>  <tr>     <td>1</td>      <td>()</td><td>JROOT/libraries/vendor/joomla/database/src/Mysqli/:141</td>   </tr> <tr> <td>2</td>     <td>Joomla\Database\Mysqli\MysqliStatement->__construct()</td>     <td>JROOT/libraries/vendor/joomla/database/src/Mysqli/:1048</td> </tr> <tr> <td>3</td>     <td>Joomla\Database\Mysqli\MysqliDriver->prepareStatement()</td>     <td>JROOT/libraries/vendor/joomla/database/src/:1900</td> </tr> <tr> <td>4</td>     <td>Joomla\Database\DatabaseDriver->setQuery()</td>     <td>JROOT/administrator/components/com_kunena/src/Model/:68</td> </tr> <tr> <td>5</td>     <td>Kunena\Forum\Administrator\Model\CategoryModel->getAdminCategory()</td>     <td>JROOT/libraries/src/MVC/View/:146</td> </tr> <td>6</td>     <td>Joomla\CMS\MVC\View\AbstractView->get()</td>     <td>JROOT/administrator/components/com_kunena/src/View/Category/:122</td> </tr> <tr> <td>7</td>     <td>Kunena\Forum\Administrator\View\Category\HtmlView->display()</td>     <td>JROOT/libraries/src/MVC/Controller/:639</td> </tr> <tr> <td>8</td>     <td>Joomla\CMS\MVC\Controller\BaseController->display()</td>     <td>JROOT/administrator/components/com_kunena/src/Controller/:56</td> </tr> <tr> <td>9</td>     <td>Kunena\Forum\Administrator\Controller\DisplayController->display()</td>     <td>JROOT/libraries/src/MVC/Controller/:672</td> </tr> <tr> <td>10</td>     <td>Joomla\CMS\MVC\Controller\BaseController->execute()</td>     <td>JROOT/libraries/src/Dispatcher/:143</td> </tr> <tr> <td>11</td>     <td>Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch()</td>     <td>JROOT/libraries/src/Component/:355</td> </tr> <tr> <td>12</td>     <td>Joomla\CMS\Component\ComponentHelper::renderComponent()</td>     <td>JROOT/libraries/src/Application/:143</td> </tr> <tr> <td>13</td>     <td>Joomla\CMS\Application\AdministratorApplication->dispatch()</td>     <td>JROOT/libraries/src/Application/:186</td> </tr> <tr> <td>14</td>     <td>Joomla\CMS\Application\AdministratorApplication->doExecute()</td>     <td>JROOT/libraries/src/Application/:294</td> </tr> <tr> <td>15</td>     <td>Joomla\CMS\Application\CMSApplication->execute()</td>     <td>JROOT/administrator/includes/:61</td> </tr> <tr> <td>16</td>     <td>require_once()</td>     <td>JROOT/administrator/:32</td> </tr> </table>
Last edit: 1 year 1 week ago by ProgAddicted.

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

More
1 year 1 week ago #13 by rich
Please go to the database and check if the collation is actually utf8_general_ci, or just displayed incorrectly in your configuration report.
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.

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

More
1 year 1 week ago #14 by ProgAddicted

 Joomla 4.x and also Kunena 6.0 the collation should be utf8mb4.
 

Collation checked, it's the right one.
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.

More
1 year 1 week ago #15 by rich
Correct is parentid. Please create first a database backup, then rename this column to parentid. Afterwards test your page again.

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

More
1 year 1 week ago #16 by ProgAddicted

 Correct is parentid. Please create first a database backup, then rename this column to parentid. Afterwards test your page again.

Done, much better now! Now I can see and use categories and discussions, but there is something else to adjust:
  1. the root category is not shown
  2. 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.

More
1 year 1 week ago #17 by rich
Is there a more detailed error message with debug mode?

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

More
1 year 1 week ago #18 by ProgAddicted

Is there a more detailed error message with debug mode?

     0 3 arguments are required, 2 given

Call stack
1     ()     JROOT/libraries/src/Language/:283
2     sprintf()     JROOT/libraries/src/Language/:283
3     Joomla\CMS\Language\Text::sprintf()     JROOT/administrator/components/com_kunena/src/Controller/:186
4     Kunena\Forum\Administrator\Controller\CategoryController->internalSave()     JROOT/administrator/components/com_kunena/src/Controller/:252
5     Kunena\Forum\Administrator\Controller\CategoryController->apply()     JROOT/libraries/kunena/src/Controller/:319
6     Kunena\Forum\Libraries\Controller\KunenaController->executeTask()     JROOT/libraries/kunena/src/Controller/:226
7     Kunena\Forum\Libraries\Controller\KunenaController->execute()     JROOT/libraries/src/Dispatcher/:143
8     Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch()     JROOT/libraries/src/Component/:355
9     Joomla\CMS\Component\ComponentHelper::renderComponent()     JROOT/libraries/src/Application/:143
10     Joomla\CMS\Application\AdministratorApplication->dispatch()     JROOT/libraries/src/Application/:186
11     Joomla\CMS\Application\AdministratorApplication->doExecute()     JROOT/libraries/src/Application/:294
12     Joomla\CMS\Application\CMSApplication->execute()     JROOT/administrator/includes/:61
13     require_once()     JROOT/administrator/:32

 

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

More
1 year 1 week ago #19 by rich
Please go to our download page and scroll down to Nightly Builds. Click at Kunena 6.0 and install the version Kunena 6.0.11-DEV. I hope, it solves your problem.

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

More
1 year 1 week ago #20 by ProgAddicted
6.0.11-DEV_2023.04.15 installed: unfortunately nothing changed

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

Time to create page: 0.570 seconds