"An exception occurred: [bd] Widget Framework...." error when posting on forum

Discussion in '[bd] Widget Framework' started by Shyuan, Sep 14, 2013.

  1. Shyuan

    Shyuan New Member

    Hi @xfrocks, I am getting the below error (debug mode on).

    Admin and members both see this error when posting a new reply but not always. So far have been a few times. Replies made successfully though. Any idea? :) Thank you.

    Code:
    An exception occurred: [bd] Widget Framework: load_class_view is being called thrice (Dark_TaigaChat_ViewPublic_TaigaChat_List, XenForo_ViewPublic_Thread_ViewNewPosts, WidgetFramework_XenForo_View2) in /home/lgbtchat/public_html/library/WidgetFramework/Listener.php on line 192
    
    WidgetFramework_Listener::load_class_view()
    call_user_func_array() in XenForo/CodeEvent.php at line 58
    XenForo_CodeEvent::fire() in XenForo/Application.php at line 477
    XenForo_Application::resolveDynamicClass() in XenForo/ViewRenderer/Abstract.php at line 209
    XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/Json.php at line 229
    XenForo_ViewRenderer_Json->getDefaultOutputArray() in XenForo/ViewPublic/Thread/ViewNewPosts.php at line 18
    XenForo_ViewPublic_Thread_ViewNewPosts->renderJson() in XenForo/ViewRenderer/Abstract.php at line 227
    XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/Json.php at line 88
    XenForo_ViewRenderer_Json->renderView() in XenForo/FrontController.php at line 572
    XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
    XenForo_FrontController->run() in /home/lgbtchat/public_html/index.php at line 13
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Hi there,

    The behavior is expected when too many views are requested. You can disable debug mode to skip the exception. I will make the change in new version to now trigger the exception.
     
Loading...