Publisher does not support the Fluid field type. Please do not contact asking when support will be available.
If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.
Ticket: Undefined show_fallback() method
Status | Resolved |
Add-on / Version | Publisher Low Search 3.0.1 |
Severity | |
EE Version | 5.2.1 |
Hop Studios
Mar 02, 2021Hello Brian,
Gil here from Hop Studios. Updated to use the latest version of Publisher 3.2.4 and encountered this issue with low search + publisher_low_search.
Right now I’ve removed the
$this->setting->show_fallback()
so the search works.
Fatal error: Uncaught Error: Call to undefined method BoldMinded\Publisher\Service\Setting::show_fallback() in /chroot/home/lucistru/lucistrust.org/html/contentzsystem/user/addons/publisher_low_search/ext.publisher_low_search.php:394 Stack trace: #0 /chroot/home/lucistru/lucistrust.org/html/contentzsystem/ee/legacy/libraries/Extensions.php(222): Publisher_low_search_ext->low_search_excerpt(Array, Array, 3) #1 /chroot/home/lucistru/lucistrust.org/html/contentzsystem/ee/legacy/libraries/Extensions.php(117): EE_Extensions->call_class(‘Publisher_low_s…’, ‘low_search_exce…’, Array, Array) #2 /chroot/home/lucistru/lucistrust.org/html/contentzsystem/user/addons/low_search/filters/keywords/lsf.keywords.php(1293): EE_Extensions->call(‘low_search_exce…’, Array, Array, 3) #3 /chroot/home/lucistru/lucistrust.org/html/contentzsystem/user/addons/low_search/libraries/Low_search_filters.php(210): Low_search_filter_keywords->results(Array) #4 /chroot/home/lucistru/lucistrust.org/html/contentzsystem/user/addons/low_search/ext.low_sea in /chroot/home/lucistru/lucistrust.org/html/contentzsystem/user/addons/publisher_low_search/ext.publisher_low_search.php on line 394
BoldMinded (Brian)
Mar 03, 2021
Change the method name to showFallback(), then it should work.
Hop Studios
Mar 03, 2021
Great. Working now!