formidableinc
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] "ARE YOU SURE?" fatal errorOk, so… It works, but please read under
@pinkishhue : i tried a short feeds, and it does not change. But, when trying your idea, i found a solution.
When you click on “syndicated sources”, there is directly a form “new source”. Using THIS field works (with any feed)
When you click this “add” button, either with no url, or with a password protected url, you arrive on an error page with either a “Alternative feeds” box or with a “Find feeds” box. There is a submit button called “check” and THIS one does not work.
Again : I was trying with a feed protected by username/password, so after adding the feed, you arrive on this error page where you can see 2 boxes : “Find feeds” and “Option 2: Unknown feed”. The first box does not works, the second (with the button “use this feed”) is OK.
This is a workaround, i’m not sure it should be declared as “solved”.
Forum: Plugins
In reply to: [FeedWordPress] Switching feed bugI have the same problem. I have no solution. Someone ?
Forum: Plugins
In reply to: [FeedWordPress] Empty Category&Tag FeedsI’m not sure about why i should start another topic, as it would be a duplicate problem, but ok. Thx
Forum: Plugins
In reply to: [FeedWordPress] Empty Category&Tag FeedsArf. 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