Forums Forums Search & Filter Pro No results after updating to 2.1.2

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Ross Moderator
    #37197
    This reply has been marked as private.
    Anonymous
    #37235
    This reply has been marked as private.
    Ross Moderator
    #37326
    This reply has been marked as private.
    Anonymous
    #37877
    This reply has been marked as private.
    Ross Moderator
    #37933

    Hi Jessie

    It looks like something might be modifying the S&F query making it invalid.

    Can you disable other plugins and test on another theme to see if you get the same issue?

    I ran the query through an SQL checker, and the error seems to be on this part of the query:

    ORDER BY wp_ffjq_posts.menu_order ASC,

    This is because the end of the statement has a comma, an SQL query should not finish with a comma – so somehow this is related to the ordering possibly.

    This can’t really be S&F doing this, because we just use the WP_Query API, so S&F doesn’t write any SQL here at all… very odd.

    Thanks

    Anonymous
    #37978

    you are right! Sorry I should have tested out the other plugins first, it just seemed to coincide so much with the update. It was a plugin called Anything Order that allowed us to drag and drop posts into the order we want without having to change the date or other info on the post. I guess we will have to find a new way to order the posts.

    Thanks for the help!

    Ross Moderator
    #37979

    Hey Jessie

    Glad you found the culprit.

    😀

Viewing 7 posts - 1 through 7 (of 7 total)