Not a Bug Argument 1 passed to Nobita_Teams_XenForo_Model_Forum::canPostThreadInForum() must be of the type a

alfa1

Well-Known Member
TypeError: Argument 1 passed to Nobita_Teams_XenForo_Model_Forum::canPostThreadInForum() must be of the type array, null given, called in /library/Audentio/QuickThread/Extend/XenForo/ControllerPublic/Thread.php on line 10 - library/Nobita/Teams/XenForo/Model/Forum.php:70
Generated By: Unknown Account, Oct 15, 2017
Stack Trace
#0 /library/Audentio/QuickThread/Extend/XenForo/ControllerPublic/Thread.php(10): Nobita_Teams_XenForo_Model_Forum->canPostThreadInForum(NULL)
#1 /library/NixFifty/Tickets/XenForo/ControllerPublic/Thread.php(7): Audentio_QuickThread_Extend_XenForo_ControllerPublic_Thread->actionIndex()
#2 /library/SV/ModEss/XenForo/ControllerPublic/Thread.php(17): NixFifty_Tickets_XenForo_ControllerPublic_Thread->actionIndex()
#3 /library/SV/ElasticEss/XenForo/ControllerPublic/Thread.php(8): SV_ModEss_XenForo_ControllerPublic_Thread->actionIndex()
#4 /library/SV/PostFriction/XenForo/ControllerPublic/Thread.php(21): SV_ElasticEss_XenForo_ControllerPublic_Thread->actionIndex()
#5 /library/XenForo/FrontController.php(351): SV_PostFriction_XenForo_ControllerPublic_Thread->actionIndex()
#6 /library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /index.php(13): XenForo_FrontController->run()
#8 {main}
Request State
array(3) {
["url"] => string(61) "https://my-forum.com/threads/198906/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
The method canPostThreadInForum is default of XenForo with all arguments. You still get there errors while this add-on disabled. So i think the addon of Audentio or NixFifty should be fixed this bug.
 
Back
Top