Error when user checks reports
JayCally - October 27, 2009 - 14:50
| Project: | Ubercart Marketplace |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
I'm getting the below error message when a seller goes to check a report.
"/sites/all/modules/ubercart_marketplace/mp_reports/mp_reports.admin.inc on line 687"
Has anyone come across this error or knows how to fix it?

#1
Sorry, forgot to state the error.
Call to undefined function mp_reports_get_sales() in /sites/all/modules/ubercart_marketplace/mp_reports/mp_reports.admin.inc on line 687. This happens when I go to the selling overview page. I can go to selling/fulfill page and selling/view. It looks like there is an issue with just the overview page but I'm not sure how to fix it.
#2
JayCally,
I'm working on reports right now so I'll be sure to take look at it but I've not run into that error myself. Are you using the latest dev release?
#3
Ya, I'm using the latest dev. I'm wondering if it has something to do with the Date module issue - http://drupal.org/node/611044
I had to implement the patch to fix an error that occurs with the date module.
#4
OK, I'm stupid. You have to enable mp_reports. I enabled that module and it all works fine. Thanks jbrodbeck for taking the time to look into it.
#5
Fixed, uc_reports does not have to be enabled now for the seller overview to work.