When the admin/store/settings/payment/edit/recurring admin page is saved it gives a bunch of errors:

Notice: Undefined variable: extensions in uc_recurring_get_extension_list() (line 636 of uc_recurring/uc_recurring.module).
Warning: Invalid argument supplied for foreach() in uc_recurring_payment_form() (line 394 of uc_recurring/uc_recurring.admin.inc).
Notice: Undefined variable: rows in uc_recurring_payment_form() (line 404 of uc_recurring/uc_recurring.admin.inc).
CommentFileSizeAuthor
#1 uc_recurring-n1854622.patch989 bytesDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
989 bytes

The second error was because of the first, both the first and third errors were because of functions using variables that didn't exist.

tinker’s picture

Status: Needs review » Reviewed & tested by the community

Issue and fix confirmed.

univate’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Issue summary: View changes
Status: Reviewed & tested by the community » Fixed

Committed patch and also applied to 7.x

Status: Fixed » Closed (fixed)

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