Hi.
Using MediaWiki v1.4.rc1 with mySQL 3.23.58, I get this error message when trying to search any word with MediaWiki search functionality: ----------- A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
SELECT cur_id, cur_namespace, cur_title, cur_text FROM `cur`,`searchindex` WHERE cur_id=si_page AND MATCH(si_title) AGAINST('+foo' IN BOOLEAN MODE) AND cur_namespace IN (0) LIMIT 0,20
from within function "". MySQL returned error "1064: You have an error in your SQL syntax near 'BOOLEAN MODE) AND cur_namespace IN (0) LIMIT 0,20 ' at line 1 (localhost)". ------------------
Any similar experience?
thomas Armstrong wrote:
Using MediaWiki v1.4.rc1 with mySQL 3.23.58, I get this error message when trying to search any word with MediaWiki search functionality:
Upgrade for the love of all that is holy.
Why on earth are you running a two-year-old release candidate?
(Note that 1.6 requires MySQL 4.0.x, we no longer support the ancient 3.23.x series. Either upgrade MySQL as well or run the older MediaWiki 1.5. Please install the *MOST CURRENT* 1.5 release if you do.)
-- brion vibber (brion @ pobox.com)
wikitech-l@lists.wikimedia.org