The update removes class extension hack that keeps XenForo version compatibility between 2.x versions and now the hack is in the add-on https://xenforo.com/community/resources/al-compatability-layer.9536/ which is required by appropriate add-ons that need this functionality.
Please upgrade Thread Filter and Filter Framework and that should resolve the error. If there is a problem with the board please a ticket and we will resolve it.Im getting this error on every post now:
Exception: Could not find class AL\ThreadFilter\XF\Search\Source\MySqlFt when attempting to extend XF\Search\Source\MySqlFt in src/XF/Extension.php at line 200
- XF\Extension->extendClass() in src/XF/App.php at line 3009
- XF\App->extendClass() in src/XF/App.php at line 1242
- XF\App->XF\{closure}() in src/XF/Container.php at line 31
- XF\Container->offsetGet() in src/XF/App.php at line 1227
- XF\App->XF\{closure}() in src/XF/Container.php at line 31
- XF\Container->offsetGet() in src/XF/App.php at line 3017
- XF\App->search() in src/XF/Behavior/Indexable.php at line 48
- XF\Behavior\Indexable->XF\Behavior\{closure}() in src/XF.php at line 377
- XF::triggerRunOnce() in src/XF/Mvc/Dispatcher.php at line 158
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2485
- XF\App->run() in src/XF.php at line 524
- XF::runApp() in index.php at line 20
Do i still need the al compatibility layer addon?Please upgrade Thread Filter and Filter Framework and that should resolve the error. If there is a problem with the board please a ticket and we will resolve it.
Do i still need the al compatibility layer addon?
Yes, that add-on is needed for all our "Filter" add-ons. The part responsible for version compatibility was removed from Core as a separate add-on.
An exception occurred: [Exception] Could not find class AL\ThreadFilter\XF\Search\Source\MySqlFt when attempting to extend XF\Search\Source\MySqlFt in src/XF/Extension.php on line 217
- XF\Extension->extendClass() in src/XF/App.php at line 3385
- XF\App->extendClass() in src/XF/App.php at line 1432
- XF\App->XF\{closure}() in src/XF/Container.php at line 33
- XF\Container->offsetGet() in src/XF/App.php at line 1417
- XF\App->XF\{closure}() in src/XF/Container.php at line 33
- XF\Container->offsetGet() in src/XF/App.php at line 3393
- XF\App->search() in src/XF/App.php at line 2425
- XF\App->getGlobalTemplateData() in src/XF/App.php at line 2359
- XF\App->preRender() in src/XF/Pub/App.php at line 505
- XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 407
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 66
- 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
An exception occurred: [Exception] Could not find class AL\ThreadFilter\XF\Search\Source\MySqlFt when attempting to extend XF\Search\Source\MySqlFt in src/XF/Extension.php on line 217
- XF\Extension->extendClass() in src/XF/App.php at line 3385
- XF\App->extendClass() in src/XF/App.php at line 1432
- XF\App->XF\{closure}() in src/XF/Container.php at line 33
- XF\Container->offsetGet() in src/XF/App.php at line 1417
- XF\App->XF\{closure}() in src/XF/Container.php at line 33
- XF\Container->offsetGet() in src/XF/App.php at line 3393
- XF\App->search() in src/XF/App.php at line 2425
- XF\App->getGlobalTemplateData() in src/XF/App.php at line 2359
- XF\App->preRender() in src/XF/Admin/App.php at line 132
- XF\Admin\App->preRender() in src/XF/Mvc/Dispatcher.php at line 407
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 66
- 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 admin.php at line 15
Thank you for your quick reply!Hello, @PrettyPixels
Do you have the https://xenforo.com/community/resources/al-compatibility-layer.9536/ add-on installed. It is a requirement of all newer versions of Filters and the Filter framework. Make sure to install it, then upgrade the Filter Framework and Thread Filter with the latest versions of the packages, and it should resolve the issue.
If you are unable to access the board, please open a ticket at https://customers.addonslab.com/submitticket.php and we will resolve it immediately.
Thank you!
An exception occurred: [ErrorException] [E_WARNING] preg_match(): Null byte in regex in src/addons/AddonsLab/Core/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php on line 1465
got this today. 2.2.16 forum is not working atm having this error
- XF::handlePhpError()
- preg_match() in src/addons/AddonsLab/Core/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php at line 1465
- Mobile_Detect->match() in src/addons/AddonsLab/Core/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php at line 1315
- Mobile_Detect->matchDetectionRulesAgainstUA() in src/addons/AddonsLab/Core/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php at line 1384
- Mobile_Detect->isMobile() in src/addons/AL/Core/Listener/TemplaterGlobalData.php at line 13
- AL\Core\Listener\TemplaterGlobalData::listen() in src/XF/Extension.php at line 81
- XF\Extension->fire() in src/XF/App.php at line 2992
- XF\App->fire() in src/XF/App.php at line 2210
- XF\App->getGlobalTemplateData() in src/XF/App.php at line 2079
- XF\App->preRender() in src/XF/Pub/App.php at line 451
- XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 397
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2485
- XF\App->run() in src/XF.php at line 524
- XF::runApp() in index.php at line 20
We use essential cookies to make this site work, and optional cookies to enhance your experience.