Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 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

Question Class "Kunena\Forum\Plugin\Kunena\Easysocial\Extension\Easysocial" not found

More
1 week 9 hours ago #234625 by wilsonpro
This message contains secure information

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

More
1 week 9 hours ago - 1 week 9 hours ago #234626 by wilsonpro
Hi,

I sent you a private message with the Joomla error logs, did you receive it?

"Kunena requires the following Joomla settings:
* Bootstrap 5 compatible template
* Upgraded to latest versions all extensions that claim to integrate with Kunena 7.0
No plugins or modules that were developed for previous versions of Kunena or Fireboard"

The third requirement (above) tells me that I should not be using Kunena lastest 6.2.0 with Kunena 7.0.2, so I am not surprised it doesn't work

Kunena Debug Mode has been turned on.

Undefined constant "Kunena\Forum\Libraries\Factory\KPATH_SITE" 

Call Stack#FunctionLocation1 () JROOT/libraries/kunena/src/Factory/KunenaFactory.php:213 2 Kunena\Forum\Libraries\Factory\KunenaFactory::loadLanguage() JROOT/modules/mod_kunenalatest/src/ModuleKunenaLatest.php:35 3 Kunena\Module\KunenaLatest\Site\ModuleKunenaLatest->_display() JROOT/libraries/kunena/src/Module/KunenaModule.php:113 4 Kunena\Forum\Libraries\Module\KunenaModule->display() JROOT/modules/mod_kunenalatest/mod_kunenalatest.php:38 5 include() JROOT/libraries/src/Dispatcher/ModuleDispatcher.php:52 6 Joomla\CMS\Dispatcher\ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}() JROOT/libraries/src/Dispatcher/ModuleDispatcher.php:55 7 Joomla\CMS\Dispatcher\ModuleDispatcher->dispatch() JROOT/libraries/src/Helper/ModuleHelper.php:289 8 Joomla\CMS\Helper\ModuleHelper::renderRawModule() JROOT/libraries/src/Helper/ModuleHelper.php:160 9 Joomla\CMS\Helper\ModuleHelper::renderModule() JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:99 10 Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() JROOT/libraries/src/Document/HtmlDocument.php:684 11 Joomla\CMS\Document\HtmlDocument->countModules() JROOT/templates/cassiopeia/index.php:108 12 require() JROOT/libraries/src/Document/HtmlDocument.php:734 13 Joomla\CMS\Document\HtmlDocument->_loadTemplate() JROOT/libraries/src/Document/HtmlDocument.php:788 14 Joomla\CMS\Document\HtmlDocument->_fetchTemplate() JROOT/libraries/src/Document/HtmlDocument.php:625 15 Joomla\CMS\Document\HtmlDocument->parse() JROOT/libraries/src/Application/CMSApplication.php:1116 16 Joomla\CMS\Application\CMSApplication->render() JROOT/libraries/src/Application/SiteApplication.php:739 17 Joomla\CMS\Application\SiteApplication->render() JROOT/libraries/src/Application/CMSApplication.php:325 18 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:58 19 require_once() JROOT/index.php:51
Last edit: 1 week 9 hours ago by wilsonpro.

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

More
1 week 5 hours ago #234628 by rich

The third requirement (above) tells me that I should not be using Kunena lastest 6.2.0 with Kunena 7.0.2, so I am not surprised it doesn't work

Don't be confused by the version number. Kunena Latest 6.2.0 is compatible with Kunena 7.0.
You can try uninstall- and reinstalling Kunena Latest. However, if your problems persist with K-Latest, please open a separate thread, as this has nothing to do with the original thread Easysocial opened by user Harego.

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 4 hours ago - 1 week 4 hours ago #234629 by ruud
@xillibit My guess with this error is due to the Kunena Latest model not being displayed on a Kunena page, but e.g. on the frontpage. If that is the case, the Kunena hasn't booted and as such the consts aren't loaded.

If this is the case, then in the module com_kunena needs to be booted as a component.

this comes from the discuss plugin where we fixed the same issue:
Code:
        // Boot Kunena component for use of Kunena registered function in non com_kunena page         if (!$this->application->bootComponent('com_kunena')) {             return;         }

sharing = caring
Last edit: 1 week 4 hours ago by ruud.
The following user(s) said Thank You: xillibit

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

More
1 week 1 hour ago #234630 by xillibit
Thanks ruud, i have just a pull request for that if some want to test it : github.com/Kunena/Kunena-Addons/pull/328

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.

Time to create page: 0.274 seconds