Title: Strange errors in error_log
Last modified: June 20, 2022

---

# Strange errors in error_log

 *  Resolved [David](https://wordpress.org/support/users/davidb91/)
 * (@davidb91)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/strange-errors-in-error_log/)
 *     ```
       [19-Jun-2022 07:26:10 UTC] _woosea_custom_field_4
       [19-Jun-2022 07:26:10 UTC] _woosea_ean
       [19-Jun-2022 07:26:10 UTC] _woosea_energy_efficiency_class
       [19-Jun-2022 07:26:10 UTC] _woosea_exclude_product
       [19-Jun-2022 07:26:10 UTC] _woosea_gender
       [19-Jun-2022 07:26:10 UTC] _woosea_gtin
       [19-Jun-2022 07:26:10 UTC] _woosea_installment_amount
       [19-Jun-2022 07:26:10 UTC] _woosea_installment_months
       [19-Jun-2022 07:26:10 UTC] _woosea_is_bundle
       [19-Jun-2022 07:26:10 UTC] _woosea_is_promotion
       [19-Jun-2022 07:26:10 UTC] _woosea_material
       [19-Jun-2022 07:26:10 UTC] _woosea_max_energy_efficiency_class
       [19-Jun-2022 07:26:10 UTC] _woosea_min_energy_efficiency_class
       [19-Jun-2022 07:26:10 UTC] _woosea_mpn
       [19-Jun-2022 07:26:10 UTC] _woosea_multipack
       [19-Jun-2022 07:26:10 UTC] _woosea_optimized_title
       [19-Jun-2022 07:26:10 UTC] _woosea_pattern
       [19-Jun-2022 07:26:10 UTC] _woosea_size
       [19-Jun-2022 07:26:10 UTC] _woosea_unit_pricing_base_measure
       [19-Jun-2022 07:26:10 UTC] _woosea_unit_pricing_measure
       [19-Jun-2022 07:26:10 UTC] _woosea_upc
       [19-Jun-2022 07:26:10 UTC] _wp_page_template
       [19-Jun-2022 07:26:10 UTC] 1111default
       [19-Jun-2022 07:26:10 UTC] _wpm_gtin_code
       [19-Jun-2022 07:26:10 UTC] _wpm_gtin_code_label
       [19-Jun-2022 07:26:10 UTC] _wpuf_form_id
       [19-Jun-2022 07:26:10 UTC] _wpuf_lock_editing_post
       [19-Jun-2022 07:26:10 UTC] 1111no
       [19-Jun-2022 07:26:10 UTC] _wpuf_res_display
       [19-Jun-2022 07:26:10 UTC] 1111all
       [19-Jun-2022 07:26:10 UTC] _yith_wcbm_product_meta
       [19-Jun-2022 07:26:10 UTC] ,,
       [19-Jun-2022 07:26:10 UTC] _yoast_wpseo_content_score
       [19-Jun-2022 07:26:10 UTC] 111190
       [19-Jun-2022 07:26:10 UTC] _yoast_wpseo_estimated-reading-time-minutes
       [19-Jun-2022 07:26:10 UTC] _yoast_wpseo_focuskeywords
       [19-Jun-2022 07:26:10 UTC] _yoast_wpseo_focuskw_text_input
       [19-Jun-2022 07:26:10 UTC] _yoast_wpseo_keywordsynonyms
       [19-Jun-2022 07:26:10 UTC] _yoast_wpseo_primary_product_cat
       [19-Jun-2022 07:26:10 UTC] 11111624
       [19-Jun-2022 07:26:10 UTC] _yoast_wpseo_title
       [19-Jun-2022 07:26:10 UTC] 1111%%title%% %%sep%% %%sitename%%
       [19-Jun-2022 07:26:10 UTC] besa_post_views_count
       [19-Jun-2022 07:26:10 UTC] 111158
       [19-Jun-2022 07:26:10 UTC] cwg_total_subscribers
       [19-Jun-2022 07:26:10 UTC] fb_product_group_id
       [19-Jun-2022 07:26:10 UTC] 11114190528047717582
       [19-Jun-2022 07:26:10 UTC] pageview
       [19-Jun-2022 07:26:10 UTC] 1111231
       [19-Jun-2022 07:26:10 UTC] rpesp-meta-setting
   
       and this
       ```
   
 * [19-Jun-2022 10:50:57 UTC] woocommerce_add_order_item_meta is deprecated since
   version 3.0.0! Use woocommerce_new_order_item instead.
    [19-Jun-2022 11:02:00
   UTC] woocommerce_add_order_item_meta is deprecated since version 3.0.0! Use woocommerce_new_order_item
   instead. [19-Jun-2022 11:02:00 UTC] The woocommerce_add_order_item_meta function
   is deprecated since version 3.0. Replace with wc_add_order_item_meta. [19-Jun-
   2022 11:02:00 UTC] woocommerce_add_order_item_meta is deprecated since version
   3.0.0! Use woocommerce_new_order_item instead. [19-Jun-2022 11:02:00 UTC] The
   woocommerce_add_order_item_meta function is deprecated since version 3.0. Replace
   with wc_add_order_item_meta.`
 * Since i’ve updated it to last version

Viewing 1 replies (of 1 total)

 *  [Rynald0s](https://wordpress.org/support/users/rynald0s/)
 * (@rynald0s)
 * Automattic Happiness Engineer
 * [3 years, 11 months ago](https://wordpress.org/support/topic/strange-errors-in-error_log/#post-15751742)
 * Hi [@davidb91](https://wordpress.org/support/users/davidb91/).
 * As the error states, the `woocommerce_add_order_item_meta` function is deprecated
   and need to be replaced with `woocommerce_new_order_item`. It isn’t immediately
   clear where it is coming from as there is no stack trace included here, but it
   is usually another plugin still using the deprecated code.
 * You will need to temporarily switch to another default WordPress theme like [Storefront](https://wordpress.org/themes/storefront/),
   and disable all your plugins except for WooCommerce core, to see if the error
   goes away. If the error goes away, it was indeed a conflict and you will need
   to re-enable your plugins until it resurfaces again, then contact the author 
   of the conflicting plugin.
 * We have documentation on how to perform the conflict test here:
 * [https://woocommerce.com/document/how-to-test-for-conflicts/](https://woocommerce.com/document/how-to-test-for-conflicts/)
 * Cheers!

Viewing 1 replies (of 1 total)

The topic ‘Strange errors in error_log’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rynald0s](https://wordpress.org/support/users/rynald0s/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/strange-errors-in-error_log/#post-15751742)
 * Status: resolved