Title: Germanized compatibility PHP error
Last modified: September 12, 2022

---

# Germanized compatibility PHP error

 *  [vendidero](https://wordpress.org/support/users/vendidero/)
 * (@vendidero)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/germanized-compatibility-php-error/)
 * Hi there,
 * I’m the plugin author of [Germanized for WooCommerce](https://wordpress.org/plugins/woocommerce-germanized/).
   Seems like you are providing a custom integration for Germanized within `controllers/
   products-manager/wcfm-controller-integrations-product-manage.php` which uses 
   custom logic to store meta data for Germanized via `wcfm_woocommerce_germanized_product_meta_save`.
   Could you please use defensive programming and check for function existence to
   prevent fatal errors? Germanized does not provide `wc_ts_set_crud_data` as a 
   function.
 * Anyway it would be more suitable to call `WC_Germanized_Meta_Box_Product_Data::
   instance()->save_product_data()` instead of copying the whole logic. See [https://github.com/vendidero/woocommerce-germanized/blob/master/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php#L1046](https://github.com/vendidero/woocommerce-germanized/blob/master/includes/admin/meta-boxes/class-wc-germanized-meta-box-product-data.php#L1046)
   for details.
 * Cheers

The topic ‘Germanized compatibility PHP error’ is closed to new replies.

 * ![](https://ps.w.org/wc-frontend-manager/assets/icon-256x256.jpg?rev=1800818)
 * [WCFM - Frontend Manager for WooCommerce](https://wordpress.org/plugins/wc-frontend-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-frontend-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-frontend-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-frontend-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-frontend-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-frontend-manager/reviews/)

 * 0 replies
 * 0 participants
 * Last reply from: [vendidero](https://wordpress.org/support/users/vendidero/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/germanized-compatibility-php-error/)
 * Status: not resolved