- Posts: 54
- Thank you received: 1
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
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:
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.
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
3 months 2 days ago - 3 months 1 day 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
Class "Kunena\Forum\Plugin\System\Kunena\Extension\Kunena" not found
Last edit: 3 months 1 day ago by xillibit.
Please Log in or Create an account to join the conversation.
3 months 2 days ago #234356
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Kunena 7.0 stable released for Joomla! 5.4 and 6.0
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.
3 months 2 days ago #234357
by Sokrates
Replied by Sokrates on topic Kunena 7.0 stable released for Joomla! 5.4 and 6.0
"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.
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.
3 months 2 days ago #234358
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Kunena 7.0 stable released for Joomla! 5.4 and 6.0
You can enable Joomla debug mode on /root in the configuration.php file.
Search
and change it to
Search
Code:
$debug = false;
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.
3 months 2 days ago - 3 months 3 hours ago #234359
by Sokrates
Replied by Sokrates on topic Kunena 7.0 stable released for Joomla! 5.4 and 6.0
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
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: 3 months 3 hours ago by Sokrates.
Please Log in or Create an account to join the conversation.
3 months 2 days ago #234360
by Sokrates
Replied by Sokrates on topic Kunena 7.0 stable released for Joomla! 5.4 and 6.0
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.255 seconds