Problem/Motivation
Warning: preg_match_all() expects parameter 2 to be string, array given in Drupal\content_synchronizer\Plugin\content_synchronizer\type_processor\FieldItemListProcessor->exportIncludedImages() (line 44 of /app/public/web/modules/contrib/content_synchroniz
With complex field, value can be an array or null.
preg_match_all returns a warning message if value is not a string
Proposed resolution
test value type
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | content_synchronizer-warning-message-3197981.patch | 746 bytes | pierrelbz |
Comments
Comment #2
pierrelbzComment #4
tsecher commentedThank you for your issue. Patch applied on 3.0.5
Comment #5
tsecher commented