• Hello, one ecommerce site is throwing plenty of errors in log. Here is couple of them. I censored some identifying information with “xx”. Let me know if you need more information to fix these.

    [02-May-2024 10:26:54 UTC] PHP Warning:  Undefined array key 0 in /home/xx/webapps/xx/wp-content/plugins/logdash-activity-log/src/Hooks/Meta.php on line 90
    [02-May-2024 10:27:44 UTC] Array
    (
    [0] => save_post_shop_order
    [$post_id] => 29650
    [$post] => WP_Post Object
    (
    [ID] => 29650
    [post_author] => 1
    [post_date] => 2024-05-02 13:26:53
    [post_date_gmt] => 2024-05-02 10:26:53
    [post_content] =>
    [post_title] => xx
    [post_excerpt] =>
    [post_status] => wc-processing
    [comment_status] => open
    [ping_status] => closed
    [post_password] => xx
    [post_name] => xx
    [to_ping] =>
    [pinged] =>
    [post_modified] => 2024-05-02 13:27:44
    [post_modified_gmt] => 2024-05-02 10:27:44
    [post_content_filtered] =>
    [post_parent] => 0
    [guid] => https://xx.com/?post_type=shop_order&p=29650
    [menu_order] => 0
    [post_type] => shop_order
    [post_mime_type] =>
    [comment_count] => 3
    [filter] => raw
    )

    [$update] => 1
    )

    [02-May-2024 10:27:44 UTC] Array
    (
    [0] => save_post_shop_order
    [reduce $order] => 29650
    )

    [02-May-2024 10:27:44 UTC] PHP Warning: Undefined array key 0 in /home/xx/webapps/xx/wp-content/plugins/logdash-activity-log/src/Hooks/Posts.php on line 903
    [02-May-2024 09:31:36 UTC] PHP Warning:  Value [postMetaValue]: integer type in EventMeta is not supported in /home/xx/webapps/xx/wp-content/plugins/logdash-activity-log/src/API/EventMeta.php on line 16
    [02-May-2024 09:31:36 UTC] Array
    (
    [0] => save_post_shop_order
    [$post_id] => 29611
    [$post] => WP_Post Object
    (
    [ID] => 29611
    [post_author] => 1
    [post_date] => 2024-04-29 20:23:24
    [post_date_gmt] => 2024-04-29 17:23:24
    [post_content] =>
    [post_title] => xx
    [post_excerpt] => xx
    [post_status] => trash
    [comment_status] => open
    [ping_status] => closed
    [post_password] => xx
    [post_name] => xx
    [to_ping] =>
    [pinged] =>
    [post_modified] => 2024-05-02 12:31:36
    [post_modified_gmt] => 2024-05-02 09:31:36
    [post_content_filtered] =>
    [post_parent] => 0
    [guid] => https://xx.com/?post_type=shop_order&p=29611
    [menu_order] => 0
    [post_type] => shop_order
    [post_mime_type] =>
    [comment_count] => 2
    [filter] => raw
    )

    [$update] => 1
    )

    [02-May-2024 09:31:36 UTC] Array
    (
    [0] => save_post_shop_order
    [reduce $order] => 29611
    )
  • You must be logged in to reply to this topic.