| Project: | Ubercart Popular Product |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
Project:
Ubercart I am using the latest version of ubercart for drupal 6.16 as of today (4/25/2010).
On line 14 of uc_payment.admin.inc there is a reference to function summarize_child_form_pages.
Function summarize_child_form_pages is defined in uc_store/includes/summaries.inc.
When I had uc_payment enabled without uc_store enabled, I received an error message (basically saying that function summarize_child_form_pages not found) when trying to view the admin menu "Payment Settings->Overview." Enabling uc_store solved the issue.
