Active
Project:
Ubercart Marketplace
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Sep 2012 at 22:58 UTC
Updated:
19 Sep 2014 at 02:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jethrozs commentedI don't see any difference between the current dev release (2012-july-28) and the file you attached. Could you check that you uploaded the right file? Thanks...
Comment #2
iexile commentedZachS,
Thanks for your reply. The change is in the mp_file module which was not ported to D7 acording to the MP module page.
We are still working on it because we found a couple of minor errors, one being the path generated in the email for the download that is sent to the buyer. It works if the buyer downloads the file from 'my account/files'
Thanks
Comment #3
jsidigital commentedIs there any documentation on how mp_file should be setup on Drupal 7?
Cant figure this out. Files seem to upload into sites/default/files folder which doesnt seem very secure to me. I read somewhere in drupal 6 version that file will get copied into a location outside of drupal root. However, nobody explains how this happens or how to set it up.
I have enabled it and have it working by users uploading into files folder. How then does this file get outsides of of drupal root for actual selling of downloads?
Also, i see this post is a bit old. Would you say this mp_file module is stable enough for use?
Thanx.
Comment #4
iexile commentedHi jsidigital,
I use the module linked above on #2 on my site at www.photoexile.com. I didn't have any major issues yet but it does need a bit more development and it looks like this project is dead. I already spent some money on porting it but it got stuck at this point.
Comment #5
1kenthomas commentedThe mp_file linked above seems to be the mp_file included in the current MP distro (diff shows only whitespace differences).
This mp_file code seems unaware of file API, as well as language-unaware. May work with stock public filesystem, doubt it will work for private files. Currently trying to patch for a client, to make work with latter.
Upon further inspection, code also seems unaware of uc_file_users and to do nothing to hook product purchase to update the uc_file_users table. As such, it seems unviable in many situations.
Comment #6
1kenthomas commented@iexile:
Was anything modified except mp_file? Anything in mp_product?