100thMonkey
New Member
Hi guys,
I noticed server errors caused by the addon, when disabled the error is not reproduced.
The below code came from https://freecannabis.com/media/index.rss - it didnt show rss and caused 2 server errors in back end.
When I disable addon the rss works and there are no server errors.
An exception occurred: 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 in /home/lifeinsu/FreeCannabis.com/library/XenForo/ViewRenderer/Rss.php on line 24
The errors in the backend are:
Please can someone help me to fix this. Thanks
I noticed server errors caused by the addon, when disabled the error is not reproduced.
The below code came from https://freecannabis.com/media/index.rss - it didnt show rss and caused 2 server errors in back end.
When I disable addon the rss works and there are no server errors.
An exception occurred: 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 in /home/lifeinsu/FreeCannabis.com/library/XenForo/ViewRenderer/Rss.php on line 24
- XenForo_Application::handlePhpError() in XenForo/ViewRenderer/Rss.php at line 24
- XenForo_ViewRenderer_Rss->renderView() in XenForo/FrontController.php at line 607
- XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
- XenForo_FrontController->run() in /home/lifeinsu/FreeCannabis.com/index.php at line 13
The errors in the backend are:
- Undefined property: stdClass::$viewNameA moment ago - library/XenForo/Dependencies/Abstract.php:264
- Delete...
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 definedA moment ago - library/XenForo/ViewRenderer/Rss.php:24 - Delete...
Undefined property: stdClass::$viewNameA moment ago - library/XenForo/Dependencies/Abstract.php:264 - Delete...
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 definedA moment ago - library/XenForo/ViewRenderer/Rss.php:24
Please can someone help me to fix this. Thanks