• Resolved fidoboy

    (@fidoboy)


    I’m getting errors in my log about a wrong DB query. That query is being created from Give_Shortcode_Generator->generate_post and it’s looking for field form_id into the table give_formmeta. It throws an error Unknown column 'cdxn_post_meta.post_id' in 'on clause'

    The full query is this:

    SELECT wp_posts.ID FROM wp_posts INNER JOIN  wp_give_formmeta ON ( wp_posts.ID = wp_give_formmeta.form_id ) INNER JOIN  wp_give_formmeta as cdxn_post_meta on cdxn_post_meta.post_id = wp_posts.ID  WHERE 1=1  AND ( 
      ( wp_give_formmeta.meta_key = '_give_goal_option' AND wp_give_formmeta.meta_value = 'enabled' )
    ) AND wp_posts.post_type = 'give_forms' AND ((wp_posts.post_status = 'publish')) OR cdxn_post_meta.meta_key='_wp_attachment_image_alt' AND cdxn_post_meta.meta_value LIKE '%zip%' GROUP BY wp_posts.ID ORDER BY wp_posts.post_title ASC LIMIT 0, 30

    and it’s being created when I search a word in media library (“zip” is the word being used in this case)

    The conflicting plugin is this: https://wordpress.org/plugins/give/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor cxnmedia

    (@cxnmedia)

    Hi @fidoboy

    Thanks a lot for raising this plugin conflict issue. We are investigating and trying to reproduce the scenario at our end. We will update you as soon as possible.

    Thanks a lot for staying with us again.

    Plugin Author Codexin Technologies

    (@cxntech)

    Dear @fidoboy

    We are excited to let you know that we have worked on this issue and we resolved it. Please update the plugin with the latest version 1.0.2 releases for a smooth experience.

    Thanks a lot again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with other plugin’ is closed to new replies.