XF 1.5 Account Upgrades link missing from navlink and account page

Joe Link

Well-known member
Not quite sure what's up, but the Account Upgrades link is missing from navlink and account page in all styles (testing with the default style). I imagine it has something to do with $xenCache conditional, but I'm not sure how that works.

<xen:if is="{$xenCache.userUpgradeCount}"><li><a href="{xen:link account/upgrades}">{xen:phrase account_upgrades}</a></li></xen:if>

If I navigate to the www.domain.com/account/upgrades everything works as it should.
 
It should never happen unless something has manipulated the simple cache system incorrectly (such as by deleting the whole thing).
 
Oddly enough, this just happened on my forum, too.

I'm not sure when, exactly, the link disappeared; I only found out about it because my users noticed it was missing. Sure enough, Mike's suggestion of editing and saving a subscription resolved the issue.
 
Top Bottom