Closed (duplicate)
Project:
Workbench Media
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2012 at 14:46 UTC
Updated:
20 Feb 2013 at 20:07 UTC
The 'Add media' content creation page doesn't work.
Comments
Comment #1
Bill Choy commentedThe "media_add_upload" form not longer exist in my Media 7.x-2.* . It use to exist in Media 7.x-1.2 in media/includes/media.pages.inc.
What version of the Media module are you using, and do you have a meda_add_upload function?
Comment #2
joachim commentedI was using:
version = "7.x-1.1+1-dev"
Comment #3
Bill Choy commentedI had a bad mix of media and workbench_media versions, a 7.x-2 and a 7.x-1.0, respectively.
Need an explicit dependency of the version of Media module in the workbench_media.info file.
In Drupal 7 "workbench_media.info" file, dependencies[] = media (>=2.x)
Comment #4
devin carlson commentedThis will be fixed by #1922706: Change dependency from Media to File entity.