Solved Access level to Access level to .. must be public

echelon

Licensed
Licensed
SEO Optimization
Advanced User Profile
Joined
Jun 26, 2023
Messages
3
Reaction score
2
I am getting the following when posting a thread on my test site :
Code:
ErrorException: Fatal Error: Access level to XenSoluce\SEOOptimization\XF\Pub\Controller\Thread::setupThreadEdit() must be public (as in class StylesFactory\SFCoreExtended\Pub\Controller\Thread) src/addons/XenSoluce/SEOOptimization/XF/Pub/Controller/Thread.php:17

#0 [internal function]: XF::handleFatalError()
#1 {main}

array(4) {
  ["url"] => string(16) "/threads/test.1/"
  ["referrer"] => bool(false)
  ["_GET"] => array(1) {
    ["/threads/test_1/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
 
Solution
Please contact the developer of this extension: SFCoreExtended
He must set the : setupThreadEdit He must put the function: in "protected" and not in "public"
Please contact the developer of this extension: SFCoreExtended
He must set the : setupThreadEdit He must put the function: in "protected" and not in "public"
 
Solution
Top Bottom