• Hi,

    for some weird reason both tag and category feeds are empty when the Feedwordpress plugin is activated. They are back when I deactivate the plugin.

    To debug stuff, I rebuild the site and used a fresh and empty database – and everything works fine (same theme, same plugins, same feeds – but several thousand posts less in the database.

    I let mysql repair and optimize the database, but to no avail.

    Any ideas on how to get the feeds back online without deleting everything in the database?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cyberpunk2020

    (@cyberpunk2020)

    Its no solution pre se, but this works:

    Turn OFF Optimize “IN clauses” in the performance settings.

    Arf. I have the exact same problem. I found that there is a faulty SQL request (see under).

    That’s weird but i had to TURN ON the “optimize in clauses” to make this work again !

    the faulty query (missing ” at the end) : (with the category 61

    SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id = 61

    @formidableinc: As per the Forum Welcome, please post your own topic.

    I’m not sure about why i should start another topic, as it would be a duplicate problem, but ok. Thx

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Empty Category&Tag Feeds’ is closed to new replies.