There is only one version of - multiple forms - module available, but media gallery says it is NOT compatible with that version.

What is the proper set of required modules needed to install the current version of media gallery?

The following are the versions I have installed currently, as reported by the modules listing, and which indicates that a different version of - multiple forms - module is required, but does not indicate which one.

-----------------------------------

Media Gallery 7.x-1.0-beta7 A flexible gallery of media.

----------------------------------

Requires: List (enabled), Field (enabled), Field SQL storage (enabled), Options (enabled), Number (enabled), Media (enabled), File entity (enabled), Chaos tools (enabled), Image (enabled), File (enabled), Taxonomy (enabled), Multiple forms (1.0-beta2) (incompatible with version 7.x-1.0)

----------------------------------

Comments

Moloc’s picture

As long, as there is no new media_gallery release, there will exist this dependency problem.

You just need to change the dependency in the media_gallery.info file.

Search for
dependencies[] = multiform (1.0-beta2)
and replace it with:
dependencies[] = multiform

Original issue: #1420216: Can't install because of newer version of multiforn (incompatible with version 7.x-1.0)

sprite’s picture

Thanks for this very helpful information!

I now have media gallery installed and functioning!

Moloc’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

clarified.