Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bennettmcelwee

    (@bennettmcelwee)

    Recent Searches should work fine – it is working for me on my test blog and others. Can you let me know what your blog address is? I might be able to check.

    Hi
    I got the same problem.

    Recent searches do not show up in widget.

    It is due the last wordpress update.

    You can test it here:
    minbageopskrift.dk

    You have a code error in search-meter.php on line #321

    The Code:
    $search_terms,

    What it should be:
    $hit_count,

    You are trying to pass a string into a prepared statement that is configured to accept digits. Also the MYSQL column is configured as INT. So it would appear you mistyped that variable when changing to a prepared statement.

    Plugin Author bennettmcelwee

    (@bennettmcelwee)

    VRocKs, you are so right. I did somehow put in the wrong variable. Thanks for spotting the problem and the solution.

    I have updated the plugin to version 2.11, which fixes the problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Newer is not working but older version is fine.’ is closed to new replies.