- Issue created by @senzaesclusiva
- 🇹🇭Thailand Nick Hope
@senzaesclusiva Why were you trying to save a node without inserting a link to a remote image?
There is a merge request and patch on issue https://www.drupal.org/project/media_entity_remote_image/issues/3467675 🐛 Deprecated function: pathinfo(): Passing null to parameter #1 ($path) of type string is deprecated Active that addresses the problem by simply making the URL field required in media_entity_remote_image/config/install/field.field.media.remote_image.field_media_remote_image_url.yml
https://www.drupal.org/project/media_entity_remote_image/issues/3467686 🐛 Should not unset 'title' key in element array Needs review also seems to be caused by the same reason.
- 🇮🇹Italy senzaesclusiva
@nick_hope "Why were you trying to save a node without inserting a link to a remote image?"
I do not understand the question. Like all image fields, there are some nodes that need or want to insert an image, and others to leave them without.
Making a field mandatory means imposing it on every node, but in publishing it should be an author's choice - 🇹🇭Thailand Nick Hope
@senzaesclusiva I am also confused. Are you attempting to add a remote image (at /media/add/remote_image) without adding a URL in the "URL" field in the "Media Remote Image URL"?
Please fill in the "Steps to reproduce" section in the issue summary, so that it's clear.