WPML - Errors, notices and warnings

You may see some errors, notices and warnings when trying to translate a page or tour. The warnings may say:

Notice: Array to string conversion in /plugins/wpml-translation-management/inc/actions/wpml-tm-action-helper.class.php on line 97

Warning: json_decode() expects parameter 1 to be string, array given in plugins/wpml-page-builders/classes/compatibility/elementor/class-wpml-elementor-data-settings.php on line 41

Catchable fatal error: Argument 1 passed to WPML_Elementor_Register_Strings::register_strings_for_modules() must be of the type array, null given, called in /plugins/wpml-page-builders/classes/compatibility/class-wpml-page-builders-register-strings.php on line 54 and defined in /plugins/wpml-page-builders/classes/compatibility/elementor/class-wpml-elementor-register-strings.php on line 12

Be sure to save the page or tour first, before trying to translate. 

This is a byproduct of the demo import content.

If you are getting other errors, please see if you need to boost your memory. 

Add the following to your wp-config.php

define( 'WP_MEMORY_LIMIT', '256M' );

more details here