HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Yaga Discussions not working

Since i installed the last stable version of yaga to my forum (2021.009) the discussions aren´t working anymore.

Everythin else is working fine but if you want to post a discussion or view it you run into " Something wen wrong"


Tagged:

Comments

  • Debug:

    The "ReactionModel" object does not have a "xprefetch" method.

    The error occurred on or near: /var/www/vhosts/maklergruppe.at/forum.wefox.at/library/core/class.pluggable.php

    190:         // Make sure that $ActualMethodName exists before continuing:
    191:         if (!method_exists($this, $actualMethodName)) {
    192:             // Make sure that a plugin is not handling the call
    193:             if (!Gdn::pluginManager()->hasNewMethod($className, $referenceMethodName)) {
    194:                 throw new \BadMethodCallException(
    195:                     "The \"$className\" object does not have a \"$actualMethodName\" method.",
    196:                     501
    197:                 );
    198:             }
    

    Backtrace:

    [/var/www/vhosts/maklergruppe.at/forum.wefox.at/plugins/yaga/class.yaga.plugin.php:629] Gdn_Pluggable->__call();
    [/var/www/vhosts/maklergruppe.at/forum.wefox.at/plugins/yaga/class.yaga.plugin.php:629] YagaPlugin->discussionController_render_before();
    [/var/www/vhosts/maklergruppe.at/forum.wefox.at/library/Garden/EventManager.php:282] PHP::call_user_func_array();
    [/var/www/vhosts/maklergruppe.at/forum.wefox.at/library/core/class.pluginmanager.php:812] Garden\EventManager->fire();
    [/var/www/vhosts/maklergruppe.at/forum.wefox.at/library/core/class.pluginmanager.php:770] Gdn_PluginManager->callEventHandler();
    [/var/www/vhosts/maklergruppe.at/forum.wefox.at/library/core/class.pluggable.php:205] Gdn_PluginManager->callEventHandlers();
    [/var/www/vhosts/maklergruppe.at/forum.wefox.at/applications/vanilla/controllers/class.discussioncontroller.php:336] Gdn_Pluggable->__call();
    [/var/www/vhosts/maklergruppe.at/forum.wefox.at/library/core/class.dispatcher.php:933] DiscussionController->index();
    [/var/www/vhosts/maklergruppe.at/forum.wefox.at/library/core/class.dispatcher.php:335] Gdn_Dispatcher->dispatchController();
    [/var/www/vhosts/maklergruppe.at/forum.wefox.at/index.php:29] Gdn_Dispatcher->dispatch();
    


  • Which YAGA version/build?

    Dont use the download option but read the description(which link you to the latest) here:

    https://open.vanillaforums.com/addon/yaga-application

  • wfx_brwfx_br New
    edited September 2022

    Version 2.1.0


    tried both, also the one from VanillaSkins


    Bleistivt´s one an the one from vanilla skins responsing the error i posted

    the one from pioc92 breaks the whole forum......

Sign In or Register to comment.