Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Critcal error with empty input field › Reply To: Critcal error with empty input field
February 14, 2023 at 3:42 pm
#41363
Keymaster
Thank you!
I managed to find and correct the issue. Another plugin hook set one query variable (post__in) to a boolean “false” value, which triggered the error. I have added a line of code to the plugin to double check the query variable before use, it will be okay now.
I will make sure to include this change in the next patch, so you don’t have to worry about it anymore.