I am now about an hour into trying to get this module up just to see if it really does what I want. There seem to be a lot of dependencies and I would have saved a lot of time if they were listed on the project page.

Comments

Anonymous’s picture

Well there are not many dependencies for the media_gallery module. All I installed was the latest version of media module, which needs ctools and entity in the current version. Except form this media_gallery only needs the "multipleform" module as a dependencies in the current version. The rest are Drupal core modules that should be turned on anyway.

Hey and you can always check the modules page or the media_gallery.info file for an overview what's needed.

But yes, someone could add the multiform module as a dependency on the project page. ;)

NancyDru’s picture

And mention PLUpload more prominently as the way to do multiple uploads.

NancyDru’s picture

Well, according to my error log, the Colorbox library is required - no mention of that anywhere.

totap’s picture

part of readme.txt file (MG 7.x-1.0-beta6):

Required:

a. Media (7.x-1.0-beta5)
- Download from http://drupal.org/project/media and unpack it in your
contributed modules directory (usually sites/all/modules).
b. Multiform (7.x-1.0-beta2)
- Download from http://drupal.org/project/multiform and unpack it in your
contributed modules directory (usually sites/all/modules).
c. Chaos tool suite (latest release, tested with 7.x-1.0-beta1)
- Download from http://drupal.org/project/ctools and unpack it in your
contributed modules directory (usually sites/all/modules).
d. ColorBox jQuery plugin (latest release, tested with 1.3.17)
- Download from http://colorpowered.com/colorbox and unpack it in
sites/all/libraries (if the directory doesn't exist, create it first).

Recommended for the best experience:

e. Media Browser Plus (latest release, tested with 7.x-1.0-beta3)
- Download from http://drupal.org/project/media_browser_plus and unpack
it in your contributed modules directory (usually sites/all/modules).
f. Media YouTube (latest release, tested with 7.x-1.0-alpha5)
- Download from http://drupal.org/project/media_youtube and unpack it in
your contributed modules directory (usually sites/all/modules).
g. Plupload (latest release, tested with 7.x-1.0-beta3)
- First, download the module from http://drupal.org/project/plupload and
unpack it in your contributed modules directory (usually
sites/all/modules).
- Next, download the Plupload JavaScript library from
http://www.plupload.com (latest release, tested with 1.4.3.2) and
unpack it in sites/all/libraries (if the directory doesn't exist,
create it first). See the Plupload module's README.txt file for
up-to-date instructions.

NancyDru’s picture

This information NEEDS to be on the project page. Very few people read the README file because most are useless. It's also quite helpful to know prerequisites before even downloading the module.

Based on the project pages for Media Browser Plus and Media YouTube, I don't need those. I am only dealing with user uploaded pictures.

I have installed PLUpload and the Colorbox plugin; I even installed the Colorbox module, but subsequently disabled it. With the Colorbox plugin, this module becomes close to useless due to severely slow performance (#1102722: Preloading images / Slow colorbox).

Grammer’s picture

Module enabling sequence is also important.
Enable Chaos tools, save
Enable Media, Multiform, save,
Enable Media Gallery

an example of small set of modules let media gallery works: #1231776: No images visible / thumbnails not generated

NancyDru’s picture

I already had cTools, but did the others together and it was okay. Then I added the Colorbox library, then PLUpload. Works for me except for the Colorbox display is incredibly slow.

AFowle’s picture

I agree with Nancy, but lack of consistent documentation from the project page is a widespread Drupal problem.

It is interesting to note that the version of Media Gallery on DrupalGardens does not need Media according to the online Modules page, even when "Simplified modules" is turned off. The Media module is present in exported sites so perhaps the MGallery authors no longer see the dependencies they should.

lsolesen’s picture

Version: 7.x-1.0-beta6 » 7.x-1.x-dev
Priority: Minor » Normal
lsolesen’s picture

Status: Active » Fixed

Updated project page and version numbers for dependencies in README.txt. Please review #1673366: Remove ctools as dependency in README.txt.

Status: Fixed » Closed (fixed)

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