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

wodenx’s picture

Status: Fixed » Active

I'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.

tomamon’s picture

Just 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

iexile’s picture

Issue tags: +ubercart mp_file

hi 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.

kim51’s picture

Thanks Jere Toivanen!!!
You saved my time!!!!