I found a bug and found a simple solution for it.
When i installed dev version of marketplace, and added new product with file download, there came an critical error message on screen, and it wont let add any product.
First I copypasted error code to google and tried find solution = didnt found.
Then I tried to find solution on here = didnt found.
I dont really remember what there was reading on message, but something just looks funny on error message, and I started to do little experimental codechange and it works.
Fix:
go to sites/all/modules/ubercart-marketplace/mp_file/mp_file.module, open it and search word "upate" and replace it as word "update", then save. Now problem and errors is gone, sellers can add filedownloads to product.
Comments
Comment #1
wodenx commentedI'm fairly certain that, as specified on the module description page, mp_file is currently non-functional in the D7 branch. Thanks for your fix, but while it may make the critical error go away, I believe there are other, more fundamental issues yet to be resolved.
Comment #2
tomamon commentedJust wondering if there is a timeline for the mp_file to be included in the D7 branch? I am about to start working on a site but, had problems before with how mp_file handled files on products that had more than one file.. One for preview and one for download...
thanks
Comment #3
iexile commentedhi tomamon,
I posted the mp_file module on a different thread. The developer I worked with did a good job porting it to D7. I am having the module working on a live site without any issues (www.photoexile.com) but I still think that it can be improved. Here's the link where you can download it : http://drupal.org/node/1796114
Please report any issues.
Comment #4
kim51 commentedThanks Jere Toivanen!!!
You saved my time!!!!