I'm encountering this error:
ErrorException: [E_WARNING] Declaration of SV\MultiPrefix\XF\Pub\Controller\Forum::applyForumFilters(XF\Entity\Forum $forum, XF\Finder\Thread $threadFinder, array $filters) should be compatible with XF\Pub\Controller\ForumController::applyForumFilters(XF\Entity\Forum $forum, XF\Finder\ThreadFinder $threadFinder, array $filters) src/addons/SV/MultiPrefix/XF/Pub/Controller/Forum.php:0
Generated by: Alfa1 Dec 27, 2024 at 6:14 PM
Stack trace
#0 src/vendor/composer/ClassLoader.php(576): XF::handlePhpError(2, '[E_WARNING] Dec...', '/home/nginx/dom...', 0, Array)
#1 src/vendor/composer/ClassLoader.php(576): include()
#2 src/vendor/composer/ClassLoader.php(427): Composer\Autoload\{closure}('/home/nginx/dom...')
#3 [internal function]: Composer\Autoload\ClassLoader->loadClass('SV\\MultiPrefix\\...')
#4 src/XF.php(414): spl_autoload_call('SV\\MultiPrefix\\...')
#5 [internal function]: XF::createAliasForClass('SV\\MultiPrefix\\...')
#6 [internal function]: spl_autoload_call('SV\\MultiPrefix\\...')
#7 src/XF/Extension.php(215): class_exists('SV\\MultiPrefix\\...')
#8 src/XF/App.php(3385): XF\Extension->extendClass('XF\\Pub\\Controll...', NULL)
#9 src/XF/App.php(1854): XF\App->extendClass('XF\\Pub\\Controll...')
#10 src/XF/Container.php(233): XF\App->XF\{closure}('XF\\Pub\\Controll...', Array, Object(XF\Container))
#11 src/XF/App.php(3337): XF\Container->create('controller', 'XF:Forum', Array)
#12 src/XF/Mvc/Dispatcher.php(301): XF\App->controller('XF:Forum', Object(XF\Http\Request))
#13 src/XF/Mvc/Dispatcher.php(265): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'index', Object(XF\Mvc\RouteMatch), NULL, Object(XF\Mvc\Reply\Reroute))
#14 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), NULL, Object(XF\Mvc\Reply\Reroute))
#15 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#16 src/XF/App.php(2826): XF\Mvc\Dispatcher->run()
#17 src/XF.php(806): XF\App->run()
#18 index.php(23): XF::runApp('XF\\Pub\\App')
#19 {main}
Request state
array(4) {
["url"] => string(1) "/"
["referrer"] => string(36) "..."
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
I did encounter a similar / same issue for wordcountsearch. Does this need to have ElasticSearch Ess installed?