Error with version 2.4.0c

Discussion in '[bd] Widget Framework' started by cees50, Sep 13, 2013.

  1. cees50

    cees50 New Member

    Hi,

    I installed the latest update. Now i have a problem with the authentication add on. Getting this error

    Code:
    XenForo_Exception: [bd] Widget Framework: load_class_view is being called thrice (FreddysHouse_TwoFactor_ViewPublic_GoogleAuthenticator_Add, FreddysHouse_TwoFactor_ViewPublic_Account_TwoFactor_Add, XenForo_ViewPublic_Account_Wrapper) - library/WidgetFramework/Listener.php:192
    Gegenereerd Door: Cees, 1 minuut geleden
    Stack Trace
    
    #0 [internal function]: WidgetFramework_Listener::load_class_view('XenForo_ViewPub...', Array)
    #1 /home/dreamreef/domains/dreamreef.nl/public_html/library/XenForo/CodeEvent.php(58): call_user_func_array(Array, Array)
    #2 /home/dreamreef/domains/dreamreef.nl/public_html/library/XenForo/Application.php(477): XenForo_CodeEvent::fire('load_class_view', Array, 'XenForo_ViewPub...')
    #3 /home/dreamreef/domains/dreamreef.nl/public_html/library/XenForo/ViewRenderer/Abstract.php(209): XenForo_Application::resolveDynamicClass('XenForo_ViewPub...', 'view', 'XenForo_ViewPub...')
    #4 /home/dreamreef/domains/dreamreef.nl/public_html/library/XenForo/ViewRenderer/HtmlPublic.php(67): XenForo_ViewRenderer_Abstract->renderViewObject('XenForo_ViewPub...', 'Html', Array, 'account_wrapper')
    #5 /home/dreamreef/domains/dreamreef.nl/public_html/library/XenForo/FrontController.php(572): XenForo_ViewRenderer_HtmlPublic->renderView('XenForo_ViewPub...', Array, 'account_wrapper', Object(XenForo_ControllerResponse_View))
    #6 /home/dreamreef/domains/dreamreef.nl/public_html/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
    #7 /home/dreamreef/domains/dreamreef.nl/public_html/index.php(13): XenForo_FrontController->run()
    #8 {main}
    
    Aanvraagstatus
    
    array(3) {
      ["url"] => string(52) "http://dreamreef.nl/index.php?account/two-factor/add"
      ["_GET"] => array(1) {
        ["account/two-factor/add"] => string(0) ""
      }
      ["_POST"] => array(0) {
      }
    }
    
    I have the authentication also on my testsite even so widgetframe work 2.4.0 and there all is fine.
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Hi there,

    The error happened because of a conflict with the other add-on. However, the exception will only be thrown if you are in debug mode.
     
  3. cees50

    cees50 New Member

    :oops: Forgot to switch that off, gonna reply somewhere else :)
     
    xfrocks likes this.
Loading...