serveral NOTICE messages on our system from uc_node_checkout.module where occuring, and we are trying to remove all NOTICES and cleanup code in those cases.

Comments

bcmiller0’s picture

Here is patch to cleanup notices from occuring.

tr’s picture

Status: Active » Closed (works as designed)

Those notices were already fixed in back in July. See http://drupalcode.org/project/uc_node_checkout.git/commitdiff/03bf4d38a96

Fixed point releases like 6.x-2.0-beta8 are immutable in Drupal, so the way to get the fix is to upgrade to -dev or apply the above diff.

bcmiller0’s picture

thanks, we try to stay off of dev unless we have a real reason to be on it.