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.

This section is for questions directly related to the procedure for installing Kunena for the first time or upgrading from an older version of Kunena.

Use this category:
  • to ask how to install or upgrade; or
  • if you encountered problems during the installation or upgrade procedure.

Use a different category to ask questions about problems that you may be having after you successfully installed or upgraded the currently supported version. If you are unsure what is the current supported version of Kunena, please go to the download page.

Question Kunena 7.0 stable released : error restoring to a full backup of the site

More
1 week 3 days ago - 1 week 3 days ago #234355 by Sokrates
After restoring to a full backup of the site before the update of Kunena to 7.0.0 the front-end shows 500 error. The back-end shows:
Class "Kunena\Forum\Plugin\System\Kunena\Extension\Kunena" not found
Last edit: 1 week 3 days ago by xillibit.

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

More
1 week 3 days ago #234356 by xillibit
This is a leftover from Kunena plugin system from K7.0, try by uninstalling Kunena plugin system and install Kunena 6.4.8 above existing Kunena version

I don't provide support by PM, because this can be useful for someone else.

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

More
1 week 3 days ago #234357 by Sokrates
"This is a leftover from Kunena plugin system from K7.0, try by uninstalling Kunena plugin system and install Kunena 6.4.8 above existing Kunena version"

I cannot access the backend.

I believe there is a way to enable debug without access to backend, but I cannot figure out how to do it.

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

More
1 week 3 days ago #234358 by rich
You can enable Joomla debug mode on /root in the configuration.php file.
Search
Code:
$debug = false;
and change it to
Code:
$debug = true;

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
1 week 3 days ago - 1 week 1 day ago #234359 by Sokrates
Managed to turn on debug and set error reporting to maximum.

Get the following:

An error has occurred.
0 Class "Kunena\Forum\Plugin\System\Kunena\Extension\Kunena" not found
Call Stack
# Function Location
1 () JROOT/plugins/system/kunena/services/provider.php:41
2 Joomla\DI\ServiceProviderInterface@anonymous/home/xxx/xxx/plugins/system/kunena/services/provider.php:24$9f->{closure}() JROOT/libraries/vendor/joomla/di/src/ContainerResource.php:168
3 Joomla\DI\ContainerResource->getInstance() JROOT/libraries/vendor/joomla/di/src/Container.php:95
4 Joomla\DI\Container->get() JROOT/libraries/src/Extension/ExtensionManagerTrait.php:177
5 Joomla\CMS\Application\CMSApplication->loadExtension() JROOT/libraries/src/Extension/ExtensionManagerTrait.php:99
6 Joomla\CMS\Application\CMSApplication->bootPlugin() JROOT/libraries/src/Plugin/PluginHelper.php:232
7 Joomla\CMS\Plugin\PluginHelper::import() JROOT/libraries/src/Plugin/PluginHelper.php:192
8 Joomla\CMS\Plugin\PluginHelper::importPlugin() JROOT/libraries/src/Application/CMSApplication.php:812
9 Joomla\CMS\Application\CMSApplication->initialiseApp() JROOT/libraries/src/Application/AdministratorApplication.php:332
10 Joomla\CMS\Application\AdministratorApplication->initialiseApp() JROOT/libraries/src/Application/AdministratorApplication.php:174
11 Joomla\CMS\Application\AdministratorApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:304
12 Joomla\CMS\Application\CMSApplication->execute() JROOT/administrator/includes/app.php:58
13 require_once() JROOT/administrator/index.php:32
Last edit: 1 week 1 day ago by Sokrates.

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

More
1 week 3 days ago #234360 by Sokrates
Change "plg_system_kunena" i the database and now I can login to backend.

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

Time to create page: 0.694 seconds