ご対応いただきましてありがとうございます。
早速アップデートさせていただいたところ、キーワード検索を検索フォームに設定した場合のみ、検索時に下記エラーが発生いたします。
何度もお手数ですがご確認いただけますと幸いです。
<検索条件にかかわらず>
Warning: Undefined array key 8 in /xxxxx/wp-content/plugins/fe-advanced-search/search-controller.php on line 288
Deprecated: stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /xxxxx/wp-content/plugins/fe-advanced-search/search-controller.php on line 1471
<キーワード検索欄に文字を入力して検索>
WordPress データベースエラー: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND wp_posts.ID = -9999 ) ) AND wp_posts.post_type IN ( ‘xxxxx’ ) AND wp_posts’ at line 3]
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND ( ( AND wp_posts.ID = -9999 ) ) AND wp_posts.post_type IN ( ‘xxxxx’ ) AND wp_posts.post_status IN ( ‘publish’ ) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC, wp_posts.ID DESC LIMIT 0, 10