[TABLE="width: 100%"] [TR] [TD="class: primaryContent, bgcolor: #FCFCFF"] [COLOR=#646464]ErrorException:[/COLOR] Undefined index: forum - [COLOR=#646464]library/DigitalPointAds/ControllerPublic/Forum.php:6[/COLOR][COLOR=#969696]Generated By: Unknown Account, 1 minute ago[/COLOR][/TD] [/TR] [TR] [TH="class: subHeading, bgcolor: #F9D9B0"]Stack Trace[/TH] [/TR] [TR] [TD="class: primaryContent, bgcolor: #FCFCFF"]#0 /usr/local/www/htdocs/talk/library/DigitalPointAds/ControllerPublic/Forum.php(6): XenForo_Application::handlePhpError()#1 /usr/local/www/htdocs/talk/library/XenForo/FrontController.php(310): DigitalPointAds_ControllerPublic_Forum->actionIndex(Object(XenForo_RouteMatch))#2 /usr/local/www/htdocs/talk/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch()#3 /usr/local/www/htdocs/talk/index.php(13): XenForo_FrontController->run()#4 {main}[/TD] [/TR] [TR] [TH="class: subHeading, bgcolor: #F9D9B0"]Request State[/TH] [/TR] [TR] [TD="class: primaryContent, bgcolor: #FCFCFF"]array(3) { ["url"] => string(45) "http://www.hearth.com/talk/forums/-/index.rss" ["_GET"] => array(0) { } ["_POST"] => array(0) { }} Code (markup): [/TD] [/TR] [/TABLE]
Yeah, there's an issue on the RSS feed page. I'll be rolling out an update soon. In the meantime you can edit the DigitalPointAds/ControllerPublic/Forum.php file and just add an @ to the beginning of the $response object like so: $GLOBALS['dpa_node_id'] = @$response->params['forum']['node_id']; PHP:
Adding it exactly as you have above throws off a different error.....as long as the rss feed does not consume excess cpu, etc. I can leave it as was? [TABLE="width: 100%"] [TR] [TD="class: primaryContent, bgcolor: #FCFCFF"][COLOR=#646464]ErrorException:[/COLOR] Undefined property: XenForo_ControllerResponse_Redirect::$params - [COLOR=#646464]library/DigitalPointAds/ControllerPublic/Thread.php:6[/COLOR][COLOR=#969696]Generated By: Unknown Account, A moment ago[/COLOR] [/TD] [/TR] [TR] [TH="class: subHeading, bgcolor: #F9D9B0"]Stack Trace[/TH] [/TR] [TR] [TD="class: primaryContent, bgcolor: #FCFCFF"] #0 /usr/local/www/htdocs/talk/library/DigitalPointAds/ControllerPublic/Thread.php(6): XenForo_Application::handlePhpError()#1 /usr/local/www/htdocs/talk/library/XenForo/FrontController.php(310): DigitalPointAds_ControllerPublic_Thread->actionIndex(Object(XenForo_RouteMatch))#2 /usr/local/www/htdocs/talk/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch()#3 /usr/local/www/htdocs/talk/index.php(13): XenForo_FrontController->run()#4 {main}[/TD] [/TR] [TR] [TH="class: subHeading, bgcolor: #F9D9B0"]Request State[/TH] [/TR] [TR] [TD="class: primaryContent, bgcolor: #FCFCFF"] array(3) { ["url"] => string(84) "http://www.hearth.com/talk/threads/id-like-to-identify-upgrade-this-old-stove.91174/" ["_GET"] => array(0) { } ["_POST"] => array(0) { }}[/TD] [/TR] [/TABLE] Code (markup):
Looks like that's a bit of a unique thread because it actually redirects to another thread. If you change the line in question to this, does it go away? $GLOBALS['dpa_node_id'] = (isset($response->params) ? @$response->params['forum']['node_id'] : 0); PHP:
Spoke too soon. Seems to not be quite as many, but still throws off errors. [COLOR=#141414][FONT=Trebuchet MS][TABLE="width: 100%"] [TR] [TH="class: subHeading, bgcolor: #F9D9B0"]Error Info[/TH] [/TR] [TR] [TD="class: primaryContent, bgcolor: #FCFCFF"][COLOR=#646464]ErrorException:[/COLOR] Undefined property: XenForo_ControllerResponse_Redirect::$params - [COLOR=#646464]library/DigitalPointAds/ControllerPublic/Thread.php:6[/COLOR][COLOR=#969696]Generated By: Unknown Account, 9 minutes ago[/COLOR] [/TD] [/TR] [TR] [TH="class: subHeading, bgcolor: #F9D9B0"]Stack Trace[/TH] [/TR] [TR] [TD="class: primaryContent, bgcolor: #FCFCFF"] #0 /usr/local/www/htdocs/talk/library/DigitalPointAds/ControllerPublic/Thread.php(6): XenForo_Application::handlePhpError()#1 /usr/local/www/htdocs/talk/library/XenForo/FrontController.php(310): DigitalPointAds_ControllerPublic_Thread->actionIndex(Object(XenForo_RouteMatch))#2 /usr/local/www/htdocs/talk/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch()#3 /usr/local/www/htdocs/talk/index.php(13): XenForo_FrontController->run()#4 {main}[/TD] [/TR] [TR] [TH="class: subHeading, bgcolor: #F9D9B0"]Request State[/TH] [/TR] [TR] [TD="class: primaryContent, bgcolor: #FCFCFF"] array(3) { ["url"] => string(68) "http://www.hearth.com/talk/threads/whats-cultured-stone-worth.91183/" ["_GET"] => array(0) { } ["_POST"] => array(0) { }}[/TD] [/TR] [/TABLE] [/FONT][/COLOR] [COLOR=#65A5D1][FONT=Trebuchet MS][/FONT][/COLOR] Code (markup):