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

dave reid’s picture

Status: Active » Needs review
StatusFileSize
new2.91 KB
greggles’s picture

Makes sense to me. I don't maintain the 7.x branch, though.

robertgarrigos’s picture

Status: Needs review » Reviewed & tested by the community

Applied this patch with success. Everything works fine.

greenwork’s picture

Worked for me so far. Will update if I run into any problems but defiantly fixed the module enable problem.

gmclelland’s picture

#1 patch worked for me.

ergophobe’s picture

Patch worked for me, but on

Media 7.x-2.x-dev
File Entity 7.x-2.x-dev

Both downloaded 10 Nov 2011.

Anonymous’s picture

is this patch in dev version? got the beta and went around with the issue.... solved with the info from here

slashrsm’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit abbf0da on 7.x-1.x, 7.x-2.x, 8.x-1.x authored by Dave Reid, committed by slashrsm:
    Issue #1240654 by Dave Reid: Use a proper namespace for...