Problem/Motivation

When I try to enable https://www.drupal.org/project/section_library module I get "The website encountered an unexpected error. Please try again later."

Running the cache rebuild in terminal gets me this message:

The "list_string" plugin does not exist. Valid plugin IDs for Drupal\Core\Field\FieldTypePluginManager are: datetime, file_uri, file, fontawesome_icon, image, layout_section, link, metatag, path, redirect_source, text_with_summary, text, text_long, video_embed_field, integer, uri, entity_reference, uuid, float, email, timestamp, string, language, created, changed, map, string_long, password, decimal, boolean

Steps to reproduce

  • Install a fresh copy of Drupal, using the Minimal Installation Profile
  • Enable the module section_library

Proposed resolution

The Drupal Core module "Options" is enabled by default in Standard Installation Profile, not Minimal Installation Profile. Therefore, this should be a dependency of this module.

Patch coming soon

CommentFileSizeAuthor
#2 dependencies-3213916-2.patch232 bytesbwebster719

Comments

bwebster719 created an issue. See original summary.

bwebster719’s picture

StatusFileSize
new232 bytes

Patch file to add drupal/options as a dependency.

bwebster719’s picture

Assigned: bwebster719 » Unassigned
Status: Active » Needs review

mahmoud-zayed’s picture

Status: Needs review » Fixed
mahmoud-zayed’s picture

Status: Fixed » Closed (fixed)

Added to 1.0.0-beta2 release!