What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.

Bug Server Errors caused by MOTM

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

  1. XenForo_Application::handlePhpError() in XenForo/ViewRenderer/Rss.php at line 24
  2. XenForo_ViewRenderer_Rss->renderView() in XenForo/FrontController.php at line 607
  3. XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
  4. XenForo_FrontController->run() in /home/lifeinsu/FreeCannabis.com/index.php at line 13


The errors in the backend are:

  1. Undefined property: stdClass::$viewNameA moment ago - library/XenForo/Dependencies/Abstract.php:264
  2. 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
  3. Delete...
    Undefined property: stdClass::$viewNameA moment ago - library/XenForo/Dependencies/Abstract.php:264
  4. 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

 
Hi,

Just checked on my setup, I am not able to reproduce.

Do you still have the issue ?

Clément
 
Hello Mtor,
No, the issue is not happening now. I dont know if it was caused by conflicts with other plugin/s that have since been disabled or remedied by the upgrade to the latest/final of the 1.5 versions of xenforo, either way it is no longer happening.
We still get unspecified error when voting from the media gallery pages but the vote goes through and is counted, this doesnt happen when you are on the media page for the specific picture and vote only when voting from the gallery view.
Thanks and happy new year!
 
Top