XF 1.5 Server errors in admin cp

ak38

Active member
Hi guys,

I've been getting these errors in last few days/week..

  1. Undefined property: stdClass::$viewNameToday at 9:24 AM - library/XenForo/Dependencies/Abstract.php:264
  2. Argument 4 passed to XenForo_ViewRenderer_Rss::renderView() must be an instance of XenForo_ControllerResponse_View, instance of stdClass given, called in /home/lifeinsu/FreeCannabis.com/library/XenForo/FrontController.php on line 607 and definedToday at 9:24 AM - library/XenForo/ViewRenderer/Rss.php:24

Further detail for 1. above:

ErrorException: Undefined property: stdClass::$viewName - library/XenForo/Dependencies/Abstract.php:264
Generated By: Unknown Account, Today at 9:24 AM
Stack Trace #0 /home/lifeinsu/FreeCannabis.com/library/XenForo/Dependencies/Abstract.php(264): XenForo_Application::handlePhpError(8, 'Undefined prope...', '/home/lifeinsu/...', 264, Array)
#1 /home/lifeinsu/FreeCannabis.com/library/XenForo/Dependencies/Public.php(268): XenForo_Dependencies_Abstract->preRenderView(Object(XenForo_ControllerResponse_View))
#2 /home/lifeinsu/FreeCannabis.com/library/XenForo/FrontController.php(582): XenForo_Dependencies_Public->preRenderView(Object(XenForo_ControllerResponse_View))
#3 /home/lifeinsu/FreeCannabis.com/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_Rss), Array)
#4 /home/lifeinsu/FreeCannabis.com/index.php(13): XenForo_FrontController->run()
#5 {main}Request State array(3) {
["url"] => string(40) "https://freecannabis.com/media/index.rss"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}


Further detail for 2. above:

ErrorException: Argument 4 passed to XenForo_ViewRenderer_Rss::renderView() must be an instance of XenForo_ControllerResponse_View, instance of stdClass given, called in /home/lifeinsu/FreeCannabis.com/library/XenForo/FrontController.php on line 607 and defined - library/XenForo/ViewRenderer/Rss.php:24
Generated By: Unknown Account, Today at 9:24 AM
Stack Trace #0 /home/lifeinsu/FreeCannabis.com/library/XenForo/ViewRenderer/Rss.php(24): XenForo_Application::handlePhpError(4096, 'Argument 4 pass...', '/home/lifeinsu/...', 24, Array)
#1 /home/lifeinsu/FreeCannabis.com/library/XenForo/FrontController.php(607): XenForo_ViewRenderer_Rss->renderView('XenGallery_View...', Array, '', Object(stdClass))
#2 /home/lifeinsu/FreeCannabis.com/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_Rss), Array)
#3 /home/lifeinsu/FreeCannabis.com/index.php(13): XenForo_FrontController->run()
#4 {main}Request State array(3) {
["url"] => string(40) "https://freecannabis.com/media/index.rss"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}



I would really appreciate any help in fixing the above as I'm a little concerned that they have recurred a couple of times now.

Thanks :)
 
First thing to check would be the file health check in the control panel. If that reports any issues, you should reupload the files.

Beyond that, I'd have to recommend disabling all add-ons (other than the official ones) to see if you can still reproduce the problems. If you can't, re-enable the add-ons one by one until they come back to identify the cause.
 
Top Bottom