Resolved
Reported for: WPML Multilingual CMS 4.5.2
Resolved in: 4.5.3
Overview of the issue
If you have an Elementor page with an Image Carousel widget inside it and it contains unexpected values, this might create an error when you attempt to translate the page.
Workaround
Go to: /wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Integrations/Elementor/class-wpml-elementor-translatable-nodes.php
Around line 44, change:
$string_value = Obj::path( $pathInArrayField, $element );
to:
$string_value = Obj::pathOr( null, $pathInArrayField, $element );