With uc_recurring_order enabled, when I go to the cart page I'm getting the following error:

Notice: Undefined index: recurring_option in uc_recurring_order_pane_cart() (line 129 of uc_recurring_order.module).

CommentFileSizeAuthor
#1 uc_recurring-n1838030-d6.patch706 bytesDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
706 bytes

This first checks to see if the $_SESSION['recurring_option'] variable exists before trying to use it.

DamienMcKenna’s picture

Issue summary: View changes

Corrected which page the error shows on.