server error on 1.1.1a

moshbit

Member
Reactions
20
hey, just wanted to let you know i'm getting around 10 or so of these errors a day:

Code:
Error Info
ErrorException: Undefined index: tab_id - library/SV/UserProfile/PrefixTabs/XenForo/ControllerPublic/Member.php:125
Generated By: Unknown Account, Today at 7:17 AM
Stack Trace
#0 /home/*/domains/squattheplanet.com/public/library/SV/UserProfile/PrefixTabs/XenForo/ControllerPublic/Member.php(125): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/*/dom...', 125, Array)
#1 /home/*/domains/squattheplanet.com/public/library/XenForo/FrontController.php(351): SV_UserProfile_PrefixTabs_XenForo_ControllerPublic_Member->actionPrefixedThreads()
#2 /home/*/domains/squattheplanet.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/*/domains/squattheplanet.com/public/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
  ["url"] => string(76) "https://squattheplanet.com/members/zoegoddamn.3461/prefixed-threads?tab_id=2"
  ["_GET"] => array(2) {
    ["/members/zoegoddamn_3461/prefixed-threads"] => string(0) ""
    ["tab_id"] => string(1) "2"
  }
  ["_POST"] => array(0) {
  }
}

doesn't seem to be causing any issues on the user end, but just thought i'd point it out.
 
That is bizarre, it implies that tab_id 2 doesn't exist. I think this has been a long standing problem, thanks for reporting this.

I've PMed you a version to test which should fix it.
 
no problemo :)

thanks for being so quick to fix it! i'm installing the version you pm'ed me and i'll let you know if i see any errors over the next few hours.
 
The released version of 1.1.2 has a bugfix where inline moderation was being incorrectly supported causing a javascript when loading a tab. Inline moderation is now disabled, until I can figure out how to get it working properly.
 
not sure if it's related, but this just showed up in my error logs:

Code:
Error Info
ErrorException: Undefined index: prefix_id - library/SV/UserProfile/PrefixTabs/Model/Tab.php:92
Generated By: Unknown Account, 5 minutes ago
Stack Trace
#0 /home/*/domains/squattheplanet.com/public/library/SV/UserProfile/PrefixTabs/Model/Tab.php(92): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/*/dom...', 92, Array)
#1 /home/*/domains/squattheplanet.com/public/library/SV/UserProfile/PrefixTabs/Model/Tab.php(42): SV_UserProfile_PrefixTabs_Model_Tab->prepareTab(false)
#2 /home/*/domains/squattheplanet.com/public/library/SV/UserProfile/PrefixTabs/XenForo/ControllerPublic/Member.php(65): SV_UserProfile_PrefixTabs_Model_Tab->getTabById(6)
#3 /home/*/domains/squattheplanet.com/public/library/XenForo/FrontController.php(351): SV_UserProfile_PrefixTabs_XenForo_ControllerPublic_Member->actionPrefixedThreads()
#4 /home/*/domains/squattheplanet.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /home/*/domains/squattheplanet.com/public/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
  ["url"] => string(84) "https://squattheplanet.com/members/andrea-van-scoyoc.12660/prefixed-threads?tab_id=6"
  ["_GET"] => array(2) {
    ["/members/andrea-van-scoyoc_12660/prefixed-threads"] => string(0) ""
    ["tab_id"] => string(1) "6"
  }
  ["_POST"] => array(0) {
  }
}
 
sure, i was able to add more than one prefix a few hours ago, but now i can only select one for each thread. also, i can only pick one thread prefix when editing a thread that previously had two prefixes.
Can you try to reproduct it in the testing forum here?

not sure if it's related, but this just showed up in my error logs:

Code:
Error Info
ErrorException: Undefined index: prefix_id - library/SV/UserProfile/PrefixTabs/Model/Tab.php:92
Generated By: Unknown Account, 5 minutes ago
Stack Trace
#0 /home/*/domains/squattheplanet.com/public/library/SV/UserProfile/PrefixTabs/Model/Tab.php(92): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/*/dom...', 92, Array)
#1 /home/*/domains/squattheplanet.com/public/library/SV/UserProfile/PrefixTabs/Model/Tab.php(42): SV_UserProfile_PrefixTabs_Model_Tab->prepareTab(false)
#2 /home/*/domains/squattheplanet.com/public/library/SV/UserProfile/PrefixTabs/XenForo/ControllerPublic/Member.php(65): SV_UserProfile_PrefixTabs_Model_Tab->getTabById(6)
#3 /home/*/domains/squattheplanet.com/public/library/XenForo/FrontController.php(351): SV_UserProfile_PrefixTabs_XenForo_ControllerPublic_Member->actionPrefixedThreads()
#4 /home/*/domains/squattheplanet.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /home/*/domains/squattheplanet.com/public/index.php(13): XenForo_FrontController->run()
#6 {main}
Request State
array(3) {
  ["url"] => string(84) "https://squattheplanet.com/members/andrea-van-scoyoc.12660/prefixed-threads?tab_id=6"
  ["_GET"] => array(2) {
    ["/members/andrea-van-scoyoc_12660/prefixed-threads"] => string(0) ""
    ["tab_id"] => string(1) "6"
  }
  ["_POST"] => array(0) {
  }
}
PM'ed you a build which fixes that 1.0.x bug
 

Users who are viewing this thread

Back
Top