I installed Parade, and have it working, however, I attempted to install the included "Parade Feature Pack", but I find that it requires a module called, "Images" which my system shows to be "(missing)". I attempted to go to drupal.org/project/Images, but this only gives me a 404 error. A search for "Image Module" proves unproductive. Can someone tell me where this module can be found?

CommentFileSizeAuthor
#3 ParagraphParade.png170.01 KBBEGRAFX
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BEGRAFX created an issue. See original summary.

szato’s picture

Title: Missing module » Missing required 'image' module
Category: Bug report » Support request
Status: Active » Postponed (maintainer needs more info)

Hi BEGRAFX,

Image module is D8 core module.

What you exactly mean under 'I attempted to install the included "Parade Feature Pack"'?
Which D8 version do you use?

BEGRAFX’s picture

FileSize
170.01 KB

@szato:

I am using Drupal 8.5.1.

When I say, "I attempted to install the included 'Parade Feature Pack' " I mean, I installed the Parade module, I came to the EXTEND tab, I scrolled down to the Paragraphs section, and there is an item called, "Parade Feature Pack". I attempt to activate it, but it is greyed out, so I spin open the block, to view the dependencies, and I see that a required module called "Images" is missing. (see attachment)

szato’s picture

Title: Missing required 'image' module » Missing required 'images' module
Category: Support request » Bug report

You are right, there is a typo in parade_pack.info.yml:

dependencies:
  - drupal:parade
  - drupal:node
  - drupal:images

drupal:images should be drupal:image

You reported to 8.x-2.x-beta2 release, but the mentioned submodule was added to 8.x-2.x branch on Tue Jan 16 16:09:53 2018 +0100, beta2 doesn't contain mentioned submodule:
https://cgit.drupalcode.org/parade/tree/modules?id=8.x-2.0-beta2

Which parade version/release do you use?

szato’s picture

Version: 8.x-2.0-beta2 » 8.x-2.x-dev
Component: Miscellaneous » Code
Status: Postponed (maintainer needs more info) » Active

  • szato committed 6d8f70f on 8.x-2.x
    Issue #2961240 by BEGRAFX: Missing required 'images' module
    
szato’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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