Problem/Motivation

After upgrading to 8.x-2.15 and viewing the status report I am seeing unmet dependencies:

  • The node.field_image_browser field needs to be uninstalled.
  • The node.field_files_over_ajax field needs to be uninstalled.

This does not affect the operation of the site but does show as an error in the status report.

Steps to reproduce

Install 8.x-2.15
drush updb -y
drush cr
Visit the /admin/reports/status#error page.
You will see the message

  • The node.field_image_browser field needs to be uninstalled.
  • The node.field_files_over_ajax field needs to be uninstalled.

Install entity browser example module
Uninstall entity browser example module along with all related config.
The messages are still on the /admin/reports/status#error page.

Proposed resolution

Re-add the field.storage.node.field_image_browser.yml and field.storage.node.field_files_over_ajax.yml files.

CommentFileSizeAuthor
#4 Screenshot 2026-03-09 112152.png14 KBshank115
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

williamsona created an issue. See original summary.

williamsona’s picture

Issue summary: View changes
williamsona’s picture

Component: Core API » Field widget
shank115’s picture

StatusFileSize
new14 KB

Tried with entity_browser 8.x-2.15 on Drupal 11.

Both node.field_image_browser and node.field_files_over_ajax fields exist, but the status page error ("The node.field_image_browser field needs to be uninstalled") does not appear on /admin/reports/status.

williamsona’s picture

I am on Drupal 10.6.3.

Thanks for checking.