Hi...
Peinlich, peinlich, aber ich bin erst jetzt dazu gekommen, das
Plugin zu installieren (obwohl
ich ja genau danach gefragt hatte und dann zum Glück offene Türen eingerannt habe).
Hab's nun also installiert, aber ich hab ein Problem. Bisher war keine Suchanfrage erfolgreich, alle münden in einem SQL-Error:
Zitat:
WordPress database error: [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 'WITH QUERY EXPANSION ) AND post_date_gmt <= "2006-11-05 17:12:01" AND post_pass' at line 1]
SELECT DISTINCT *, MATCH(wp_posts.post_title, wp_posts.post_content ) AGAINST("solibart") AS score FROM wp_posts INNER JOIN wp_post2cat ON wp_posts.ID = wp_post2cat.post_id INNER JOIN wp_comments ON wp_posts.ID = wp_comments.comment_post_ID WHERE MATCH(wp_posts.post_title, wp_posts.post_content ) AGAINST("solibart" IN BOOLEAN MODE ) OR MATCH(wp_comments.comment_content ) AGAINST("solibart" IN BOOLEAN MODE WITH QUERY EXPANSION ) AND post_date_gmt <= "2006-11-05 17:12:01" AND post_password = "" AND post_status != "draft"AND ( ( ( category_id = 1) OR ( category_id = 2) OR ( category_id = 3) OR ( category_id = 4) OR ( category_id = 5) OR ( category_id = 6) OR ( category_id = 7) OR ( category_id = 9) OR ( category_id = 11) OR ( category_id = 12) OR ( category_id = 13) OR ( category_id = 15) OR ( category_id = 16) OR ( category_id = 17) OR ( category_id = 1 OR ( category_id = 19) OR ( category_id = 20) OR ( category_id = 21) ) OR ( 1 = 1 ) ) GROUP BY wp_posts.ID ORDER BY score DESC LIMIT 0, 20 |
Zum Beispiel
hier zu sehen. Kann mir da jemand helfen?
Gruß
Henning