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.

Support No Answer Server Error Logs

Clement

Freaky Coder
Staff member
Can you provide the full error log please for both errors (as there seems to be two different errors) ?
 

Cyentruk

Member
Here are full log from 2 errors (seem both are same)
Code:
Error Info
ErrorException: Undefined index: pid - library/XFA/Tournament/Model/Tournament.php:1284
Generated By: Cyentruk, Sunday at 22:49
Stack Trace
#0 /home/fifavnor/public_html/forum/library/XFA/Tournament/Model/Tournament.php(1284): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/fifavnor/...', 1284, Array)
#1 /home/fifavnor/public_html/forum/library/XFA/Tournament/ControllerPublic/Tournament.php(529): XFA_Tournament_Model_Tournament->getParticipantsAndBracket(Array)
#2 /home/fifavnor/public_html/forum/library/XFA/ThreadTabs/Extends/Tournament/ControllerPublic/Tournament.php(15): XFA_Tournament_ControllerPublic_Tournament->actionView()
#3 /home/fifavnor/public_html/forum/library/XenForo/FrontController.php(351): XFA_ThreadTabs_Extends_Tournament_ControllerPublic_Tournament->actionView()
#4 /home/fifavnor/public_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /home/fifavnor/public_html/forum/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
  ["url"] => string(39) "http://fifavn.org/forum/tournaments/11/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

Code:
ErrorException: Undefined index: - library/XFA/Tournament/Model/Tournament.php:1284
Generated By: Cyentruk, Sunday at 22:49
Stack Trace
#0 /home/fifavnor/public_html/forum/library/XFA/Tournament/Model/Tournament.php(1284): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/fifavnor/...', 1284, Array)
#1 /home/fifavnor/public_html/forum/library/XFA/Tournament/ControllerPublic/Tournament.php(529): XFA_Tournament_Model_Tournament->getParticipantsAndBracket(Array)
#2 /home/fifavnor/public_html/forum/library/XFA/ThreadTabs/Extends/Tournament/ControllerPublic/Tournament.php(15): XFA_Tournament_ControllerPublic_Tournament->actionView()
#3 /home/fifavnor/public_html/forum/library/XenForo/FrontController.php(351): XFA_ThreadTabs_Extends_Tournament_ControllerPublic_Tournament->actionView()
#4 /home/fifavnor/public_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /home/fifavnor/public_html/forum/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
  ["url"] => string(39) "http://fifavn.org/forum/tournaments/11/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 

Clement

Freaky Coder
Staff member
When I go the page pointed out by the error I don't see it.

Was that error raised somehow during the upgrade ?
 
Top