Skip to content Skip to sidebar

Tagged: 

This topic contains 0 reply, has 1 voice.

Last updated by stefanK-69 1 year, 11 months ago.

Assisted by: Long Nguyen.

Author Posts
August 10, 2023 at 7:34 am #14179787

stefanK-69

we're using WPML, WP All Import and the "glue" Plugin with the latest version (2.3.0).
During import we've got the following error message:
--------------------------------------------------------------------
[10-Aug-2023 07:10:26 UTC] PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, class WCML_Synchronize_Product_Data does not have a method "delete_empty_post_meta_for_translations" in /var/www/vhosts/babylock.store/httpdocs/web/wp/wp-includes/class-wp-hook.php:310
Stack trace:
#0 wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
#1 wp-includes/plugin.php(517): WP_Hook->do_action()
#2 wp-includes/meta.php(526): do_action()
#3 /plugins/advanced-custom-fields-pro/includes/acf-meta-functions.php(239): delete_metadata()
#4 /plugins/advanced-custom-fields-pro/includes/acf-value-functions.php(313): acf_delete_metadata()
#5 /plugins/advanced-custom-fields-pro/includes/api/api-template.php(1019): acf_delete_value()
#6 /themes/feuerpanda/classes/class-feuerpanda-product-import.php(61): delete_field()

-------------------------------------------------------

I checked the code and it's true. I can't find the function "delete_empty_post_meta_for_translations" anywhere.