Searching displays a DB error and a WP Notice
-
When searching the directory, I see:
WordPress database error: [The used table type doesn't support FULLTEXT indexes] SELECT wp_connections.id, MATCH (family_name, first_name, middle_name, last_name, title, organization, department, contact_first_name, contact_last_name, bio, notes) AGAINST ('+test') AS score FROM wp_connections WHERE MATCH (family_name, first_name, middle_name, last_name, title, organization, department, contact_first_name, contact_last_name, bio, notes) AGAINST ('+test' IN BOOLEAN MODE) ORDER BY score WordPress database error: [The used table type doesn't support FULLTEXT indexes] SELECT wp_connections_address.entry_id, MATCH (line_1, line_2, line_3, city, state, zipcode, country) AGAINST ('+test') AS score FROM wp_connections_address WHERE MATCH (line_1, line_2, line_3, city, state, zipcode, country) AGAINST ('+test' IN BOOLEAN MODE) ORDER BY score WordPress database error: [The used table type doesn't support FULLTEXT indexes] SELECT wp_connections_phone.entry_id, MATCH (number) AGAINST ('+test') AS score FROM wp_connections_phone WHERE MATCH (number) AGAINST ('+test' IN BOOLEAN MODE) ORDER BY score
This is followed by three identical notices:
Notice: like_escape is deprecated since version 4.0! Use wpdb::esc_like() instead. in /var/www/html/wp-includes/functions.php on line 3406`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Searching displays a DB error and a WP Notice’ is closed to new replies.