Running into an error. It was working fine until I:
1.) Deleted an old custom field
2.) Added a new one with the same name as the old one
Nothing else changed...
Code:
ErrorException: [E_WARNING] foreach() argument must be of type array|object, bool given in src/addons/AL/FilterFramework/Service/MySqlSource.php at line 108
XF::handlePhpError() in src/addons/AL/FilterFramework/Service/MySqlSource.php at line 108
AL\FilterFramework\Service\MySqlSource->countFacets() in src/addons/AL/ShowcaseFilter/XF/Search/Source/MySqlFtTrait.php at line 47
AL\ShowcaseFilter\XF\Search\Source\XF23\MySqlFt->countFacetsByShowcaseItemIds() in src/addons/AL/ShowcaseFilter/XF/Search/Search.php at line 65
AL\ShowcaseFilter\XF\Search\Search->countFacetsByShowcaseItemIds() in src/addons/AL/ShowcaseFilter/Service/ContentTypeProvider.php at line 402
AL\ShowcaseFilter\Service\ContentTypeProvider->countFacetsByDiscussionIds() in src/addons/AL/FilterFramework/Service/FacetedSearchProvider.php at line 147
AL\FilterFramework\Service\FacetedSearchProvider->getFacetCounts() in src/addons/AL/FilterFramework/Service/ContextProvider.php at line 758
AL\FilterFramework\Service\ContextProvider->executeFacetedSearch() in src/addons/AL/ShowcaseFilter/App.php at line 51
AL\ShowcaseFilter\App::AL\ShowcaseFilter\{closure}()
call_user_func() in src/addons/AL/ShowcaseFilter/XenAddons/Showcase/ControllerPlugin/ItemList.php at line 233
AL\ShowcaseFilter\XenAddons\Showcase\ControllerPlugin\ItemList->applyItemFilters() in src/addons/XenAddons/Showcase/ControllerPlugin/ItemList.php at line 36
XenAddons\Showcase\ControllerPlugin\ItemList->getItemListData() in src/addons/XenAddons/Showcase/Pub/Controller/Item.php at line 61
XenAddons\Showcase\Pub\Controller\Item->actionIndex() in src/addons/AL/ShowcaseFilter/XenAddons/Showcase/Pub/Controller/Item.php at line 34
AL\ShowcaseFilter\XenAddons\Showcase\Pub\Controller\Item->actionIndex() in src/XF/Mvc/Dispatcher.php at line 362
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2826
XF\App->run() in src/XF.php at line 806
XF::runApp() in index.php at line 23
This is showing on the showcase index now, default style. Any thoughts?
Running:
XF: 2.3.4
PHP: 8.2.26
[AL] Class Extension 1.0.0
[AL] Core Package 2.0.0 PL1
[AL] Filter Framework 1.3.1
[AL] Showcase Filter 3.0.2