Forums › Forums › Search & Filter Pro › Results no longer loading unless filter is selected
- This topic has 5 replies, 2 voices, and was last updated 8 years, 2 months ago by
Trevor.
-
Anonymous(Private) January 29, 2018 at 6:54 pm #155786
We have been using S&F for a few years with no issue, but as of last week it began malfunctioning. Whereas previously all results were displayed by default, now no results are displayed until a filter is selected.
The plug-in showed an update pending, so I attempted to update, but it returned the following error:
Update Failed: Download failed. Unauthorized.
I then attempted to delete the license number, save, and re-enter the license number, but nothing happened when I’d click the “Activate”.
This morning I purchased a new license, replaced the old license number, and activated the license. I was then able to update the plug-in, but the issue remains unresolved. Not sure how to proceed at this point.
S&F forms are featured on the following pages of our site:
https://azarts.gov/opportunities/jobs/
https://azarts.gov/opportunities/arts-opportunities/
https://azarts.gov/grants/Trevor(Private) January 31, 2018 at 4:08 pm #156414I see that you use WP Engine, which gives me an idea.
There is a setting to override a feature of WP Engine hosting, that truncates long SQL queries (which ours are, especially for all results pages). Edit the site wp-config.php file and add this at the top, after line 1 (on a new line 2):
define('WPE_GOVERNOR', false);(also see here for another related support note about this – https://support.searchandfilter.com/forums/topic/killed-query-errors-in-log/#post-64826)
I would just say though, that rather than adding this in blindly, to research and make sure this setting doesn’t adversely affect anything in your site.
-
AuthorPosts