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

Question Any chance of a com_search plugin for K6.1?

More
2 years 9 months ago #228719 by btc
Thanks for the quick response. Unfortunately, I'm getting an error

0 trim(): Argument #1 ($string) must be of type string, Joomla\Event\Event given

Call stack#FunctionLocation1()JROOT\plugins\search\kunena\kunena.php:882trim()JROOT\plugins\search\kunena\kunena.php:883plgSearchKunena()JROOT\libraries\vendor\joomla\event\src\Dispatcher.php:4864Joomla\Event\Dispatcher->dispatch()JROOT\libraries\src\Application\EventAware.php:1115Joomla\CMS\Application\WebApplication->triggerEvent()JROOT\components\com_search\src\Model\SearchModel.php:1506Joomla\Component\Search\Site\Model\SearchModel->getData()JROOT\libraries\src\MVC\View\AbstractView.php:1467Joomla\CMS\MVC\View\AbstractView->get()JROOT\components\com_search\src\View\Search\HtmlView.php:2288Joomla\Component\Search\Site\View\Search\HtmlView->display()JROOT\libraries\src\MVC\Controller\BaseController.php:6459Joomla\CMS\MVC\Controller\BaseController->display()JROOT\components\com_search\src\Controller\DisplayController.php:4010Joomla\Component\Search\Site\Controller\DisplayController->display()JROOT\libraries\src\MVC\Controller\BaseController.php:67811Joomla\CMS\MVC\Controller\BaseController->execute()JROOT\libraries\src\Dispatcher\ComponentDispatcher.php:14312Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch()JROOT\libraries\src\Component\ComponentHelper.php:36113Joomla\CMS\Component\ComponentHelper::renderComponent()JROOT\libraries\src\Application\SiteApplication.php:20814Joomla\CMS\Application\SiteApplication->dispatch()JROOT\libraries\src\Application\SiteApplication.php:24915Joomla\CMS\Application\SiteApplication->doExecute()JROOT\libraries\src\Application\CMSApplication.php:29316Joomla\CMS\Application\CMSApplication->execute()JROOT\includes\app.php:6117require_once()JROOT\index.php:32

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

More
2 years 9 months ago #228720 by xillibit
Try with the updated one in attachment

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
2 years 9 months ago #228721 by btc
Still the same error

0 trim(): Argument #1 ($string) must be of type string, Joomla\Event\Event given

Call stack#FunctionLocation1()JROOT\plugins\search\kunena\kunena.php:892trim()JROOT\plugins\search\kunena\kunena.php:893plgSearchKunena()JROOT\libraries\vendor\joomla\event\src\Dispatcher.php:4864Joomla\Event\Dispatcher->dispatch()JROOT\libraries\src\Application\EventAware.php:1115Joomla\CMS\Application\WebApplication->triggerEvent()JROOT\components\com_search\models\search.php:1456SearchModelSearch->getData()JROOT\libraries\src\MVC\View\AbstractView.php:1467Joomla\CMS\MVC\View\AbstractView->get()JROOT\components\com_search\views\search\view.html.php:1268SearchViewSearch->display()JROOT\libraries\src\MVC\Controller\BaseController.php:6459Joomla\CMS\MVC\Controller\BaseController->display()JROOT\components\com_search\controller.php:3410SearchController->display()JROOT\libraries\src\MVC\Controller\BaseController.php:67811Joomla\CMS\MVC\Controller\BaseController->execute()JROOT\components\com_search\search.php:1312require_once()JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:7113Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher\{closure}()JROOT\libraries\src\Dispatcher\LegacyComponentDispatcher.php:7314Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch()JROOT\libraries\src\Component\ComponentHelper.php:36115Joomla\CMS\Component\ComponentHelper::renderComponent()JROOT\libraries\src\Application\SiteApplication.php:20816Joomla\CMS\Application\SiteApplication->dispatch()JROOT\libraries\src\Application\SiteApplication.php:24917Joomla\CMS\Application\SiteApplication->doExecute()JROOT\libraries\src\Application\CMSApplication.php:29318Joomla\CMS\Application\CMSApplication->execute()JROOT\includes\app.php:6119require_once()JROOT\index.php:32
And if I comment out line 89, I get exactly the same error on line 113.

It seems as if it's inserting Joomla\Event\Event instead of a search string. There's no difference if I type something into the search box or just go to the search page http://localhost/pgc3/component/search/ - I get exactly the same error message.

If I disable the plugin, Search works OK for content, Fabrik and Acymailing

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

More
2 years 9 months ago #228722 by xillibit
The plugin seems not triggered when i try it, in Joomla! 4.3 there isn't com_search the search goes to this link : index.php?q=welcome&option=com_finder&view=search&Itemid=154

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
2 years 9 months ago #228723 by btc

The plugin seems not triggered when i try it, in Joomla! 4.3 there isn't com_search the search goes to this link : index.php?q=welcome&option=com_finder&view=search&Itemid=154
 
If you update from Joomla! 3 to Joomla! 4 com_search is still available. Com_finder is Smart Search. You can install com_search from github.com/joomla-extensions/search/releases/tag/4.1.0 but you need to create at least one missing table docs.joomla.org/Tables/core_log_searches

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

Time to create page: 0.242 seconds