vangogh
Thanks, have re-installed the mod package. In the backend I can now access the module, however, on the frontend when a search / filter is done I am getting two different errors (and have tried doing the re-indexing in the backend component but didn't change anything).
If I try filter using one of the dropdown fields I get this error:
0 Attempt to modify property "query" on null
Call stack
Function Location
1 () JROOT/components/com_jak2filter/views/itemlist/view.html.php:383
2 JAK2FilterViewItemlist->display() JROOT/libraries/src/MVC/Controller/BaseController.php:664
3 Joomla\CMS\MVC\Controller\BaseController->display() JROOT/administrator/components/com_jak2filter/controllers/controller.php:20
4 JAK2FilterController->display() JROOT/components/com_jak2filter/controllers/itemlist.php:51
5 JAK2FilterControllerItemlist->display() JROOT/libraries/src/MVC/Controller/BaseController.php:702
6 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT/components/com_jak2filter/jak2filter.php:40
7 require_once() JROOT/libraries/src/Component/ComponentHelper.php:402
8 Joomla\CMS\Component\ComponentHelper::executeComponent() JROOT/libraries/src/Component/ComponentHelper.php:377
9 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/SiteApplication.php:194
10 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:233
11 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:225
12 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49
If I try use the search field and enter some text to search with I get this error:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AND a.value
LIKE '%"alias":"location"%'' at line 5
Call stack
Function Location
1 () JROOT/libraries/joomla/database/driver/mysqli.php:668
2 JDatabaseDriverMysqli->execute() JROOT/libraries/joomla/database/driver.php:1740
3 JDatabaseDriver->loadResult() JROOT/components/com_jak2filter/models/itemlist.php:2175
4 JAKeywordSearch->DetectMultiLevelField() JROOT/components/com_jak2filter/models/itemlist.php:2154
5 JAKeywordSearch->build() JROOT/components/com_jak2filter/models/itemlist.php:1659
6 JAK2FilterModelItemlist->prepareSearch() JROOT/components/com_jak2filter/models/itemlist.php:244
7 JAK2FilterModelItemlist->getData() JROOT/components/com_jak2filter/views/itemlist/view.html.php:106
8 JAK2FilterViewItemlist->display() JROOT/libraries/src/MVC/Controller/BaseController.php:664
9 Joomla\CMS\MVC\Controller\BaseController->display() JROOT/administrator/components/com_jak2filter/controllers/controller.php:20
10 JAK2FilterController->display() JROOT/components/com_jak2filter/controllers/itemlist.php:51
11 JAK2FilterControllerItemlist->display() JROOT/libraries/src/MVC/Controller/BaseController.php:702
12 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT/components/com_jak2filter/jak2filter.php:40
13 require_once() JROOT/libraries/src/Component/ComponentHelper.php:402
14 Joomla\CMS\Component\ComponentHelper::executeComponent() JROOT/libraries/src/Component/ComponentHelper.php:377
15 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/SiteApplication.php:194
16 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:233
17 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:225
18 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49
Thanks