Closed (fixed)
Project:
Commerce File
Version:
7.x-2.0-alpha3
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2013 at 22:08 UTC
Updated:
8 Dec 2013 at 00:19 UTC
Jump to comment: Most recent
Comments
Comment #1
bojanz commentedAre you using file_entity, and which version?
The issues I've seen so far have all been due to file_entity 1.x (which is not supported by commerce_file 2.x, we integrate only with file_entity 2.x).
Comment #2
bojanz commentedComment #3
bojanz commentedTwo weeks without a reply.
Reopen if you have additional information that would allow me to help.
Comment #4
K.MacKenzie commentedI believe that this problem is directly related to:
https://drupal.org/node/1069072
There is a check in the commerce_file.module around line 82 that sees
if (is_file($file->uri));and if not it returns a 404.For me this was returning false because of some funky stuff going on with file system. (URI was set, but PHP didn't like it)
Check out that issue link above to make sure that's not the problem you're having.
Comment #5
K.MacKenzie commented