• I’m getting an SQL error:

    SELECT count(object_id) FROM wp_term_relationships WHERE object_id = 55 AND term_taxonomy_id IN ()

    After debugging I traced it to “is_variable_product” and the $get_variation_term_taxonomy_ids array being empty.

    Returning false if the array is empty solves the problem, but I’m not sure if it is a symptom of something bigger.

    https://wordpress.org/plugins/woocommerce-multilingual/

Viewing 1 replies (of 1 total)
  • Hi andrefgneves,

    Thanks for reporting. Could you open a ticket in wpml.org support forum providing a some details about it? We’re specially interested with ‘steps to replicate’ and your plugin versions. This way we’ll be able to check if its a bug and fix it for the new updates. 🙂

    Thanks,
    Bernat

Viewing 1 replies (of 1 total)

The topic ‘SQL error in is_variable_product’ is closed to new replies.