Solved Call to undefined method

R3TROATTACK

Licensed
Licensed
User Upgrade Duration
User Upgrade Pro
Joined
Jul 31, 2020
Messages
2
Reaction score
1
Error: Call to undefined method XF\Mvc\Reply\Error::setParam() src/addons/XenSoluce/UserUpgradeDuration/XF/Pub/Controller/Account.php:15

Stack Trace
Code:
#0 src/XF/Mvc/Dispatcher.php(350): XenSoluce\UserUpgradeDuration\XF\Pub\Controller\Account->actionUpgrades(Object(XF\Mvc\ParameterBag))
#1 src/XF/Mvc/Dispatcher.php(261): XF\Mvc\Dispatcher->dispatchClass('XF:Account', 'Upgrades', Object(XF\Mvc\RouteMatch), Object(XenSoluce\UserUpgradeDuration\XF\Pub\Controller\Account), NULL)
#2 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XenSoluce\UserUpgradeDuration\XF\Pub\Controller\Account), NULL)
#3 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#4 src/XF/App.php(2190): XF\Mvc\Dispatcher->run()
#5 src/XF.php(391): XF\App->run()
#6 index.php(20): XF::runApp('XF\\Pub\\App')
#7 {main}

Request State
Code:
array(4) {
  ["url"] => string(24) "/forums/account/upgrades"
  ["referrer"] => string(34) "https://insanitygaming.net/forums/"
  ["_GET"] => array(1) {
    ["/forums/account/upgrades"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

I've had this triggered a few times by my members since adding this addon and I have no idea what they were doing to get it to be called.
 
Hello,

The update: 2.0.3 Fix 1 will probably fix this error.

Regards, CRUEL-MODZ
 
Top Bottom