ed2908 β created an issue. See original summary β .
I'm not seeing this token in the list of available tokens using 8.x-1.15 in Drupal 10.3.2
When I enter [node:menu-link:parent:url:path] into my pattern, it's simply ignored.
color_field.drush.inc line 87, I changed to:
function drush_color_field_plugin_download($plugin) {
$path = 'sites/all/libraries';
It seems like this has cleared the errors.
ed2908 β created an issue.
ed2908 β created an issue.
Installed 1.x-dev@dev and it seems the errors have gone away.
ed2908 β created an issue.
Nevermind, I think I made a silly error and missed adding the config file to the repo.
ed2908 β created an issue.
ed2908 β created an issue.
I forgot to set the display mode to layout paragraphs. It was set to rendered entity.
just tested with Drupal 10.1.8
same issue.
ed2908 β created an issue.
On Patches
2928904-58.patch
add_a_mapping_target_to_media_field-2928904-80.patch
and
add_a_mapping_target_to_media_field-2928904-86_0.patch
I'm seeing a lot of:
"The file, 917, failed to save because the extension, 17, is invalid.
The file, 918, failed to save because the extension, 18, is invalid.
The file, 920, failed to save because the extension, 20, is invalid."
and a lot of "Image (field_media_image): This value should not be null."
My mappings are:
Feed field containing public://PATH TO IMAGE.jpeg -> Image (field_media_image)
Feed field with file id -> Image (field_media_image): File ID
Feed field with filename -> Name (name)
My file IDs from the old site are 917, 918, 220 ect.
Nowhere in the feed is 17, 18, 20. Certainly not being used as a file extension.
Am I doing something completely wrong?
ed2908 β created an issue.
The issue seems to have been that I needed to use: \Drupal::service('smart_ip.smart_ip_location')
to call the array instead of \Drupal\smart_ip\SmartIp::query($ipAddress)
ed2908 β created an issue.