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.
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
Comment #1
MGParisi commentedCan you make this dependant on image or media module?
Comment #2
pyrollo commentedThanks 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:
Comment #3
pyrollo commented