• coronag

    (@coronag)


    Line 97 of “syndicationdataqueries.class.php” :

    $search .= ” AND ({$wpdb->postmeta}.meta_key = ‘”.$query->get(‘meta_key’).”‘ AND wp_postmeta.meta_value = ‘”.$query->get(‘meta_value’).”‘) — ‘”;

    must be (change wp_postmeta):

    $search .= ” AND ({$wpdb->postmeta}.meta_key = ‘”.$query->get(‘meta_key’).”‘ AND {$wpdb->postmeta}.meta_value = ‘”.$query->get(‘meta_value’).”‘) — ‘”;

    https://www.ads-software.com/extend/plugins/feedwordpress/

Viewing 1 replies (of 1 total)
  • Kangarooo

    (@kangarooo)

    When this will be in plugin updated? This fix didnt worked jet.. at least not for me..

    Is this solution for this bug?

    Diagnostic information
    HTTP request failure

    couldn’t connect to host
    HTTP Transport:

    string(12) “WP_HTTP_curl”

Viewing 1 replies (of 1 total)
  • The topic ‘Got Error – here is the fix’ is closed to new replies.