On user/{uid}/subscription/signup page I got error Notice:
Notice: Undefined variable: expired_subscriptions in include() (line 10 of /var/www/vrt/sites/all/modules/contrib/recurly/templates/recurly-subscription-plan-select.tpl.php).

Looks like variable $expired_subscriptions not exist in code.
And code not need:

<?php if ($expired_subscriptions): ?>
    <div class="messages warning"><?php print t('Your previously active plans have expired. Choose a plan to get started!'); ?></div>
  <?php endif; ?>

Comments

svipsa created an issue. See original summary.

svipsa’s picture

Assigned: svipsa » Unassigned
Status: Active » Needs review
StatusFileSize
new896 bytes

Removed "$expired_subscriptions" block.

aburke626’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for catching this, I believe this variable was active in a previous version of the module.

  • aburke626 committed 6ece500 on 7.x-2.x authored by svipsa
    Issue #2652622 by svipsa: Undefined variable: expired_subscriptions
    
aburke626’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.