A quick note that if you don't have the media module installed you will be greeted with a WSOD after trying to upload with this module.

The PHP logs cite a need for the Media module function file_uri_to_object

Enabling Media makes all work well.

Comments

MGParisi’s picture

Can you make this dependant on image or media module?

pyrollo’s picture

Thanks for reporting !

This was due to plupload integration module stop providing file_uri_to_object function (#1240654: Use a proper namespace for file_uri_to_object()). Upload nodes code has been changed so it is not any more dependant to media module (see #1574702: Info file should require media for details).

About dependency to image module, I think it is not a good thing as:

  • technically, image module is not required;
  • upload nodes could work with any file based field;
pyrollo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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