Closed (fixed)
Project:
Acquia DAM
Version:
1.1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2025 at 15:18 UTC
Updated:
10 Dec 2025 at 11:49 UTC
Jump to comment: Most recent
Your update hook is broken. This is needed to ensure field types and typed data are known for the new fields. Otherwise it crashes with
The "acquia_dam_asset:archive" plugin does not exist. Valid plugin IDs for
Drupal\media\MediaSourceManager are: acquia_dam_asset:image, acquia_dam_ass
et:spinset, acquia_dam_asset:video, acquia_dam_asset:audio, acquia_dam_asse
t:generic, acquia_dam_asset:pdf, acquia_dam_asset:documents, image, oembed:
video, video_file, audio_file, file
So add
\Drupal::service('plugin.manager.field.field_type')->clearCachedDefinitions();
\Drupal::service('typed_data_manager')->clearCachedDefinitions();
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
mglamanComment #5
rajeshreeputraComment #6
rajeshreeputraComment #8
amangrover90 commented