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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Screenshot 2026-03-09 112152.png | 14 KB | shank115 |
Issue fork entity_browser-3577585
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
Comment #2
williamsona commentedComment #3
williamsona commentedComment #4
shank115 commentedTried with entity_browser 8.x-2.15 on Drupal 11.
Both
node.field_image_browserandnode.field_files_over_ajaxfields exist, but the status page error ("The node.field_image_browser field needs to be uninstalled") does not appear on/admin/reports/status.Comment #5
williamsona commentedI am on Drupal 10.6.3.
Thanks for checking.