Fixed subscriber interrogation error

Please post the full error including the stack trace and request state.
That's essentially what is in the screenshot.

I can confirm the bug, but it essentially happens when you try to filter the active/expired upgrade list by a user who doesn't exist. So, essentially, just don't do that right now or make sure the user you're trying to filter on actually exists.
 
Please post the full error including the stack trace and request state.

No members error


An exception occurred: [Error] Cannot use object of type XF\Mvc\Reply\Error as array in src/XF/Mvc/Router.php on line 532
  1. XF\Mvc\Router->XF\Mvc\{closure}()
  2. preg_replace_callback() in src/XF/Mvc/Router.php at line 565
  3. XF\Mvc\Router->buildRouteUrl() in src/XF/Mvc/Router.php at line 461
  4. XF\Mvc\Router->buildLinkPath() in src/XF/Mvc/Router.php at line 414
  5. XF\Mvc\Router->buildLink() in src/XF/Mvc/Controller.php at line 745
  6. XF\Mvc\Controller->buildLink() in src/XF/Admin/Controller/UserUpgrade.php at line 251
  7. XF\Admin\Controller\UserUpgrade->actionActive() in src/XF/Mvc/Dispatcher.php at line 249
  8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
  9. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
  10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
  11. XF\App->run() in src/XF.php at line 328
  12. XF::runApp() in admin.php at line 13
 
Last edited:
That's essentially what is in the screenshot.


I can confirm the bug, but it essentially happens when you try to filter the active/expired upgrade list by a user who doesn't exist. So, essentially, just don't do that right now or make sure the user you're trying to filter on actually exists.

Alrighty then.
 
Top Bottom