letter 's' is breaking groups search …
-
This problem has been bugging me for a while now. It seems that search terms in the group search that start with ‘s’ are breaking the search. I realize what is happening – the part that says %%$filter%% is becoming %s and so $wpdb->prepare() is breaking when it can’t find an argument to throw into that string placeholder.
But why is this happening? I first noticed this on a site I’m working on which has a bunch of other plugins running, but then it seems to have cropped up on what I believe is a clean installation of 1.1.3.
The users search, which uses similar code works fine with ‘s’ search terms.
Any ideas?
- The topic ‘letter 's' is breaking groups search …’ is closed to new replies.