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.
  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Bug Fixed Server Errors, not sure if its RM/MG related

So every once in a while I get a pair of errors together. This is one of two addons I have which has anything to do with the media gallery and I've contacted the other developer also. Let me know if you think this may be related at all:

Code:
ERROR 1:
ErrorException: Undefined property: stdClass::$viewName - library/XenForo/Dependencies/Abstract.php:264
Generated By: Unknown Account, Yesterday at 11:33 PM
Stack Trace
#0 /home/spoolstr/domains/spoolstreet.com/public_html/forums/library/XenForo/Dependencies/Abstract.php(264): XenForo_Application::handlePhpError(8, 'Undefined prope...', '/home/spoolstr/...', 264, Array)
#1 /home/spoolstr/domains/spoolstreet.com/public_html/forums/library/XenForo/Dependencies/Public.php(268): XenForo_Dependencies_Abstract->preRenderView(Object(XenForo_ControllerResponse_View))
#2 /home/spoolstr/domains/spoolstreet.com/public_html/forums/library/XenForo/FrontController.php(582): XenForo_Dependencies_Public->preRenderView(Object(XenForo_ControllerResponse_View))
#3 /home/spoolstr/domains/spoolstreet.com/public_html/forums/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_Rss), Array)
#4 /home/spoolstr/domains/spoolstreet.com/public_html/forums/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
["url"] => string(43) "https://bmw.spoolstreet.com/media/index.rss"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}

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

Clement

Freaky Coder
Staff member
Hi,

There is nothing in there related to calls to the add-on so not sure.

You asked xF support ?

Clément
 

Clement

Freaky Coder
Staff member
Will have to check the code, not home before tuesday due to death in the family, will check out when back home.
 

dcg

New Member
I too have this error when index.rss is accessed on MG. Running version 2.2.3
The error only occurs when addon is activated.

Same errors that doublespaces reports. Have you been able to look into it?
 
Top