• Resolved kh3ops

    (@kh3ops)


    Hello guys,

    Since a migration of WordPress + Woocommerce to new hosting, my website is broken :

    * Orders are failing with “Unable to create orders”
    * I cannot edit products anymore

    After investigation, it seems all related to wp_posts. I double-checked, it still has AUTOINCREMENT + Unique ID.

    Right before inserting data into wp_posts when creating the order, it goes through this filter (wp-includes/post.php):

    $data = apply_filters( 'wp_insert_post_data', $data, $postarr );

    And data becomes “empty array” whereas it’s not empty right before this call.

    Any idea where I might look?

    Thanks,

    Kh3ops

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    Hey there!

    Have you had any luck finding a solution for this?

    melinda a11n

    (@melindahelt)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Orders broken + product updates’ is closed to new replies.