What does this mean?

Matthew Hawley

Well-known member
I get this server error log for my Find Your Posts In a Thread Addon

XenForo_Exception: Invalid model 'FindPostsInThread_Model_GetUserGroups' specified - library/XenForo/Model.php:192
Generated By: Matthew, Thursday at 11:17 PM
Stack Trace
#0 /home/mcwh/public_html/letspwn.com/store/library/FindPostsInThread/Option/Group.php(9): XenForo_Model::create('FindPostsInThre...')
#1 [internal function]: FindPostsInThread_Option_Group::renderOption(Object(XenForo_ViewAdmin_Option_ListOptions), 'options', Array, true)
#2 /home/mcwh/public_html/letspwn.com/store/library/XenForo/ViewAdmin/Helper/Option.php(327): call_user_func(Array, Object(XenForo_ViewAdmin_Option_ListOptions), 'options', Array, true)
#3 /home/mcwh/public_html/letspwn.com/store/library/XenForo/ViewAdmin/Helper/Option.php(71): XenForo_ViewAdmin_Helper_Option::_renderCallbackOptionHtml(Object(XenForo_ViewAdmin_Option_ListOptions), 'options', Array, true)
#4 /home/mcwh/public_html/letspwn.com/store/library/XenForo/ViewAdmin/Helper/Option.php(33): XenForo_ViewAdmin_Helper_Option::renderPreparedOptionHtml(Object(XenForo_ViewAdmin_Option_ListOptions), Array, true, 'options')
#5 /home/mcwh/public_html/letspwn.com/store/library/XenForo/ViewAdmin/Option/ListOptions.php(30): XenForo_ViewAdmin_Helper_Option::renderPreparedOptionsHtml(Object(XenForo_ViewAdmin_Option_ListOptions), Array, true)
#6 /home/mcwh/public_html/letspwn.com/store/library/XenForo/ViewRenderer/Abstract.php(220): XenForo_ViewAdmin_Option_ListOptions->renderHtml()
#7 /home/mcwh/public_html/letspwn.com/store/library/XenForo/ViewRenderer/HtmlAdmin.php(63): XenForo_ViewRenderer_Abstract->renderViewObject('XenForo_ViewAdm...', 'Html', Array, 'option_list')
#8 /home/mcwh/public_html/letspwn.com/store/library/XenForo/FrontController.php(536): XenForo_ViewRenderer_HtmlAdmin->renderView('XenForo_ViewAdm...', Array, 'option_list', NULL)
#9 /home/mcwh/public_html/letspwn.com/store/library/XenForo/FrontController.php(156): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlAdmin), Array)
#10 /home/mcwh/public_html/letspwn.com/store/admin.php(13): XenForo_FrontController->run()
#11 {main}
Request State
array(3) {
["url"] => string(76) "http://www.letspwn.com/store/admin.php?options/list/findpostsinthreadOptions"
["_GET"] => array(1) {
["options/list/findpostsinthreadOptions"] => string(0) ""
}
["_POST"] => array(0) {
}
}
 
I can't figure the error out. You don't use a model, or indeed anything other than a template and a listener.
 
Top Bottom