Search results

  1. S

    Support Can't buy sub with User Upgrade Pro

    Hello again, i figured why you did what you did in src/addons/XenSoluce/UpgradeCoupons/Pub/Controller/UpgradeCoupons.php on line 49. The changes from yesterday let to users being unable to buy an upgrade. I have edited the code to look like this: if(!$upgrade->canRenew() &&...
  2. S

    Solved Template xs_uup_renew seems to not work properly

    New update released by XenSoluce: [Xen-Soluce] User Upgrade Pro 2.1.4 Fix 3
  3. S

    Solved Can't renew sub with User Upgrade Pro

    New update released by XenSoluce following my solution: [Xen-Soluce] Upgrade Coupons 2.2.0 Fix 2
  4. S

    Suggestion Admin permission for User Upgrade Pro section

    Hello, i would like to have a admin permission to see the user upgrade pro section as i have admins that shouldn't see these info. Best regards zordem
  5. S

    Solved Template xs_uup_renew seems to not work properly

    Yes i think that too, nice that you found it. I didn't :( haha
  6. S

    Solved Template xs_uup_renew seems to not work properly

    Yes i saw that, for some reason it did not work. I've tested it multiple times.
  7. S

    Solved Template xs_uup_renew seems to not work properly

    No, i do not. My template looks like this now: <xf:title>{{ phrase('xs_uup_renew') }}</xf:title> <xf:css src="xs_uup_renew.less" /> <xf:js src="XenSoluce/UserUpgradePro/upgrade-page.js" /> <div class="block"> <div class="block-container"> <ul class="block-body"> <li>...
  8. S

    Solved Template xs_uup_renew seems to not work properly

    Hello, i've noticed that nothing happens when clicking on "Renew". When investigating i saw an if check for XENTR/AccountUpgrades in the xs_uup_renew template. I tried to troubleshoot this problem but eventually had to remove the if tag to get it to work. I can't help you further sadly. Best...
  9. S

    Solved Can't renew sub with User Upgrade Pro

    Hello, i think to have spotted a bug in the Upgrade Coupon addon. When i had an upgrade active and clicked on buy again/renew i would get an error saying the page couldn't be found. When checking the file: src/addons/XenSoluce/UpgradeCoupons/Pub/Controller/UpgradeCoupons.php i noticed that in...
  10. S

    Solved Error: Attempt to assign property "uud_id" on null

    New update released by XenSoluce following my solution: [Xen-Soluce] User Upgrade Duration 2.1.2 Fix 7
  11. S

    Solved Error: Attempt to assign property "uud_id" on null

    Hello, i have encountered this issue this time on xenforo 2.3.4. The time i encountered this issue before it happened on xenforo 2.2.15 (i think). Best regards zordem
  12. S

    Solved Error: Attempt to assign property "uud_id" on null

    Hello, i was able to fix this error by modifying the file: src/addons/XenSoluce/UserUpgradeDuration/XF/Repository/UserUpgrade.php public function expireActiveUpgrade(\XF\Entity\UserUpgradeActive $active, \XF\Entity\UserUpgradeExpired $expired = null) { if ($active->uud_id...
  13. S

    Solved Error: Attempt to assign property "uud_id" on null

    Hello, im using UserUpgradeDuration, UserUpgradePro, Upgrade Coupons and NF/Gift Upgrades and i encounter the following issue when the cron job tries to expire user upgrades: Error: Attempt to assign property "uud_id" on null in...
Back
Top Bottom