Closed (fixed)
Project:
Ubercart Marketplace
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2009 at 14:50 UTC
Updated:
12 Dec 2009 at 22:40 UTC
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?
Comments
Comment #1
JayCally commentedSorry, 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.
Comment #2
jbrodbeck commentedJayCally,
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?
Comment #3
JayCally commentedYa, 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.
Comment #4
JayCally commentedOK, 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.
Comment #5
longwaveFixed, uc_reports does not have to be enabled now for the seller overview to work.