Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5527

kevinb623 on "[Plugin: Connections Business Directory] Searching displays a DB error and a WP Notice"

$
0
0

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`

https://wordpress.org/plugins/connections/


Viewing all articles
Browse latest Browse all 5527

Trending Articles