Posted by Dave Reid on August 5, 2011 at 3:39pm
11 followers
| Project: | Plupload integration |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
We're running into conflicts with http://drupal.org/project/file_entity since it is *the* location to have the definitive file_uri_to_object() function until fixed in core. It would be nice if plupload could just namespace its version of the function for its own purposes rather than rely on a function that might get defined after the module is loaded or could change at any time.
Comments
#1
#2
Makes sense to me. I don't maintain the 7.x branch, though.
#3
Applied this patch with success. Everything works fine.
#4
Worked for me so far. Will update if I run into any problems but defiantly fixed the module enable problem.
#5
#1 patch worked for me.
#6
Patch worked for me, but on
Media 7.x-2.x-dev
File Entity 7.x-2.x-dev
Both downloaded 10 Nov 2011.
#7
is this patch in dev version? got the beta and went around with the issue.... solved with the info from here
#8
Committed to 7.x-1.x: http://drupalcode.org/project/plupload.git/commit/abbf0da
Thanks!
#9
Automatically closed -- issue fixed for 2 weeks with no activity.