Not a bug Finder.php errors ( broken after upgrade )

Affected version
2.2.1.3
LogicException: Unknown relation or alias Form accessed on xf_thread in src/XF/Mvc/Entity/Finder.php at line 768
  1. XF\Mvc\Entity\Finder->join() in src/XF/Mvc/Entity/Finder.php at line 659
  2. XF\Mvc\Entity\Finder->with() in src/XF/Mvc/Entity/Manager.php at line 149
  3. XF\Mvc\Entity\Manager->find() in src/XF/Pub/Controller/Thread.php at line 1635
  4. XF\Pub\Controller\Thread->assertViewableThread() in src/XF/Pub/Controller/Thread.php at line 17
  5. XF\Pub\Controller\Thread->actionIndex() in src/addons/Andy/MembersRecentlyOnline/XF/Pub/Controller/Thread.php at line 12
  6. Andy\MembersRecentlyOnline\XF\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Atendo/Pub/Controller/Thread.php at line 11
  7. EWR\Atendo\Pub\Controller\Thread->actionIndex() in src/addons/EWR/Porta/Pub/Controller/Thread.php at line 11
  8. EWR\Porta\Pub\Controller\Thread->actionIndex() in src/addons/Snog/Movies/XF/Pub/Controller/Thread.php at line 11
  9. Snog\Movies\XF\Pub\Controller\Thread->actionIndex() in src/addons/Snog/TV/XF/Pub/Controller/Thread.php at line 13
  10. Snog\TV\XF\Pub\Controller\Thread->actionIndex() in src/addons/XFMG/XF/Pub/Controller/Thread.php at line 11
  11. XFMG\XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
  12. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 258
  13. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
  14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
  15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
  16. XF\App->run() in src/XF.php at line 524
  17. XF::runApp() in index.php at line 20
getting this error when clicking on any link in the forums. there is only one server error logged and it is the broken autolink issue mentioned here: https://xenforo.com/community/threads/broken-autolink.214348/#post-1629696
 
That would seem to be a bug in this code:
src/addons/Andy/MembersRecentlyOnline/XF/Pub/Controller/Thread.php

They must have typed Form instead of Forum.
 
But that’s where the error seems to be coming from so you should speak with the add-on author.

It could also be a different add-on, there are a few in the extension chain.

Try disabling them to see which one resolves the issue.

Either way, the issue isn’t coming from our code.
 
But that’s where the error seems to be coming from so you should speak with the add-on author.

It could also be a different add-on, there are a few in the extension chain.

Try disabling them to see which one resolves the issue.

Either way, the issue isn’t coming from our code.

disabled all addons and error persists. so just fell back to the previous version and will wait a few months to try again.
 
Top Bottom