- Posts: 96
- Thank you received: 7
Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] 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
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.
Question Any chance of a com_search plugin for K6.1?
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:320 trim(): Argument #1 ($string) must be of type string, Joomla\Event\Event given
Please Log in or Create an account to join the conversation.
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.
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:320 trim(): Argument #1 ($string) must be of type string, Joomla\Event\Event given
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.
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.
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_searchesThe 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
Please Log in or Create an account to join the conversation.