[OzzModz]/[Kirby] Public Account Upgrades

[OzzModz]/[Kirby] Public Account Upgrades 1.0.0

No permission to download
  • ErrorException: Fatal Error: Cannot override final method Kirby\PublicAccountUpgrades\XF\Pub\Controller\Account::preDispatchController()

in this addon
Code:
final public function preDispatchController($action, ParameterBag $params)

orignal XF code
Code:
protected function preDispatchController($action, ParameterBag $params)
 
  • ErrorException: Fatal Error: Cannot override final method Kirby\PublicAccountUpgrades\XF\Pub\Controller\Account::preDispatchController()

in this addon
Code:
final public function preDispatchController($action, ParameterBag $params)

orignal XF code
Code:
protected function preDispatchController($action, ParameterBag $params)

I’ll check it out as soon as I get a chance. :)
 
@Ozzy47 For some reason this add-on is now listing all account upgrades, whether they are disabled or not, to non registered users/non logged in users.

I'm not sure how long it's been doing it as I've only just noticed.
 
@Ozzy47 For some reason this add-on is now listing all account upgrades, whether they are disabled or not, to non registered users/non logged in users.

I'm not sure how long it's been doing it as I've only just noticed.
Is this still happening?
 
In 2.3 this is showing inactive upgrades. So if you have a user upgrade you are no longer using, it shows it on this page to guests, but not when logged in.
 
Back
Top Bottom