Closed (fixed)
Project:
Linkit
Version:
6.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2024 at 11:41 UTC
Updated:
15 Apr 2024 at 20:01 UTC
Jump to comment: Most recent
This possibly happens because of media_entity_download which relies on the BC layer at the moment. the attributes option is null, which is then set, and then later on it tries to merge an array and NULL.
With media_entity_download enabled and configured, set up a media link and try to display it.
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 #3
berdirCreated a merge request
Comment #6
mark_fullmerThanks, Berdir!
Comment #8
esod commentedConfirming this patch solved the problem when applied to v6.1.3 after upgrading from v6.1.2. Thanks.