The 'media_library/view' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.

Created on 20 December 2024, 8 months ago

Problem/Motivation

The drupal/seven shows warnings when checked for compatibility with Drupal 11 using the Upgrade Status module.

The following warnings occur in the seven.info.yml file:

Warning: The 'media_library/view' library is not defined because the defining extension is not installed. The upgrade tool cannot determine if this library is deprecated.
Media Library Widget Library Warning:

Warning: The 'media_library/widget' library is not defined because the defining extension is not installed. The upgrade tool cannot determine if this library is deprecated.
Tour Styling Library Warning:

Warning: The 'tour/tour-styling' library is not defined because the defining extension is not installed. The upgrade tool cannot determine if this library is deprecated.

Steps to reproduce

Core 10.3 or higher.
Install and enable the Upgrade Status module.
Check the drupal/seven theme for compatibility with Drupal 11 using the Upgrade Status report.
Observe the warnings in drupal/seven

💬 Support request
Status

Active

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @meriematri
  • 🇮🇳India abhishek@kumar

    Update the Seven theme's info.yml file to declare dependencies on these modules:

    # seven.info.yml
    dependencies:
      - drupal:media_library
      - drupal:tour
    
  • Status changed to Fixed 3 months ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    It means those libraries are implemented by modules which could not be installed. The Upgrade Status module cannot understand if that is the case, or the referenced libraries are deprecated, as it would not be able to find their definitions in either the cases.

    Just ignore the report.

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

Production build 0.71.5 2024