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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1240654-plupload-namespace-file-uri-to-object.patch | 2.91 KB | dave reid |
Comments
Comment #1
dave reidComment #2
gregglesMakes sense to me. I don't maintain the 7.x branch, though.
Comment #3
robertgarrigos commentedApplied this patch with success. Everything works fine.
Comment #4
greenwork commentedWorked for me so far. Will update if I run into any problems but defiantly fixed the module enable problem.
Comment #5
gmclelland commented#1 patch worked for me.
Comment #6
ergophobe commentedPatch worked for me, but on
Media 7.x-2.x-dev
File Entity 7.x-2.x-dev
Both downloaded 10 Nov 2011.
Comment #7
Anonymous (not verified) commentedis this patch in dev version? got the beta and went around with the issue.... solved with the info from here
Comment #8
slashrsm commentedCommitted to 7.x-1.x: http://drupalcode.org/project/plupload.git/commit/abbf0da
Thanks!