What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.
  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Bug Not a bug Exceptions

Robert9

Active Member
ErrorException: Undefined index: thread - library/XFA/ExtendedCover/Extends/XenForo/ControllerPublic/Thread.php:39

and

ErrorException: Argument 2 passed to XFA_ExtendedCover_Model_Permission_Thread::canManageCoverThread() must be of the type array, null given, called in /var/www/web/htdocs/forum/library/XFA/ExtendedCover/Model/Thread.php on line 68 and defined - library/XFA/ExtendedCover/Model/Permission/Thread.php:23

It seems there is no other addon involved.


I have tried this now in a second forum and have the same problems with the new version.
 

Robert9

Active Member
From the second forum i tried:

ErrorException: Argument 2 passed to XFA_ExtendedCover_Model_Permission_Thread::canManageCoverThread() must be of the type array, null given, called in /homepages/45/d580861154/htdocs/forum.com/forum/library/XFA/ExtendedCover/Model/Thread.php on line 68 and defined - library/XFA/ExtendedCover/Model/Permission/Thread.php:23
Generiert durch: Unbekanntes Benutzerkonto, Heute um 12:00 Uhr
Stapelverfolgung

#0 /homepages/45/d580861154/htdocs/forum.com/forum/library/XFA/ExtendedCover/Model/Permission/Thread.php(23): XenForo_Application::handlePhpError(4096, 'Argument 2 pass...', '/homepages/45/d...', 23, Array)
#1 /homepages/45/d580861154/htdocs/forum.com/forum/library/XFA/ExtendedCover/Model/Thread.php(68): XFA_ExtendedCover_Model_Permission_Thread->canManageCoverThread(NULL, NULL)
#2 /homepages/45/d580861154/htdocs/forum.com/forum/library/XFA/ExtendedCover/Extends/XenForo/ControllerPublic/Thread.php(73): XFA_ExtendedCover_Model_Thread->getCoverParams(NULL, NULL, NULL)
#3 /homepages/45/d580861154/htdocs/forum.com/forum/library/XenForo/FrontController.php(351): XFA_ExtendedCover_Extends_XenForo_ControllerPublic_Thread->actionIndex()
#4 /homepages/45/d580861154/htdocs/forum.com/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /homepages/45/d580861154/htdocs/forum.com/forum/index.php(13): XenForo_FrontController->run()
#6 {main}

Benötigter Status

array(3) {
["url"] => string(116) "http://www.forum.com/forum/threads/lala.42347/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 

Fred

Administrator
Staff member
You have try to disable other addon ?
Because it's seem my controller can be catch thread param from response and is not xf defaut behavior so, i think you have an other addon who override it
 
Top