Call to undefined method XF\Entity\User::canViewMultiAccountReport()

dethfire

Member
Reactions
14
An exception occurred: [Error] Call to undefined method XF\Entity\User::canViewMultiAccountReport() in src/addons/SV/SignupAbuseBlocking/Report/MultipleAccount.php on line 22

  1. SV\SignupAbuseBlocking\Report\MultipleAccount->canViewContent() in src/XF/Report/AbstractHandler.php at line 19
  2. XF\Report\AbstractHandler->canView() in src/XF/Entity/Report.php at line 45
  3. XF\Entity\Report->canView() in src/XF/Mvc/Entity/AbstractCollection.php at line 322
  4. XF\Mvc\Entity\AbstractCollection->XF\Mvc\Entity\{closure}()
  5. array_filter() in src/XF/Mvc/Entity/AbstractCollection.php at line 191
  6. XF\Mvc\Entity\AbstractCollection->filter() in src/XF/Mvc/Entity/AbstractCollection.php at line 323
  7. XF\Mvc\Entity\AbstractCollection->filterViewable() in src/XF/Pub/App.php at line 306
  8. XF\Pub\App->updateModeratorCaches() in src/XF/Pub/App.php at line 199
  9. XF\Pub\App->start() in src/addons/ThemeHouse/XLink/App.php at line 44
  10. ThemeHouse\XLink\App->start() in insights/wp-content/plugins/wp-xpress-plugin/src/XLink/App.php at line 127
  11. XLink\App->initializeXenForo() in insights/wp-content/plugins/wp-xpress-plugin/src/XLink.php at line 82
  12. XLink->__construct() in insights/wp-content/plugins/wp-xpress-plugin/src/XPress.php at line 90
  13. XPress::start() in insights/wp-content/plugins/wp-xpress-plugin/thxpress.php at line 17
  14. include_once() in insights/wp-settings.php at line 409
  15. require_once() in insights/wp-config.php at line 78
  16. require_once() in insights/wp-load.php at line 50
  17. require_once() in insights/wp-blog-header.php at line 13
  18. require() in insights/index.php at line 17
 
Does this reoccur or only occur during the add-on update?

If this does reoccur, this may be an issue with ThemeHouse's XLink not initializing the XenForo framework as expected, as XF\Entity\User should have been extended.
 
Last edited:
I get this Error when I try to disable the addon from config file:

An exception occurred: [Error] Call to undefined method XF\Entity\User::canViewMultiAccountReport() in src/addons/SV/SignupAbuseBlocking/Report/MultipleAccount.php on line 22

  1. SV\SignupAbuseBlocking\Report\MultipleAccount->canViewContent() in src/XF/Report/AbstractHandler.php at line 19
  2. XF\Report\AbstractHandler->canView() in src/XF/Entity/Report.php at line 45
  3. XF\Entity\Report->canView() in src/XF/Mvc/Entity/AbstractCollection.php at line 328
  4. XF\Mvc\Entity\AbstractCollection->XF\Mvc\Entity\{closure}()
  5. array_filter() in src/XF/Mvc/Entity/AbstractCollection.php at line 197
  6. XF\Mvc\Entity\AbstractCollection->filter() in src/XF/Mvc/Entity/AbstractCollection.php at line 329
  7. XF\Mvc\Entity\AbstractCollection->filterViewable() in src/XF/Pub/App.php at line 306
  8. XF\Pub\App->updateModeratorCaches() in src/XF/Pub/App.php at line 199
  9. XF\Pub\App->start() in src/XF/App.php at line 2347
  10. XF\App->run() in src/XF.php at line 517
  11. XF::runApp() in index.php at line 20
 
That is expected as the template modifications still exist without the add-on being loaded.
 

Users who are viewing this thread

Back
Top