PHP Error Log File 7 gigs with Connections Query Error
-
I just discovered that we have a 7 gig php_errorlog file on our web server in which the entire contents consist of an error thrown by Connections code. Each line is rather lengthy, but this is the gist:
WordPress database error Can't find FULLTEXT index matching the column list for query SELECT [prefix]_connections_address.entry_id, ....
More of the query is below, if it is of use.
Why is there no FULLTEXT index? Is that something that we can recreate so that these queries succeed? And why is Connections throwing so many of these errors?
Thanks!
More of the query:
[04-Jul-2022 00:50:39 UTC] WordPress database error Can't find FULLTEXT index matching the column list for query SELECT [prefix]_connections_address.entry_id, MATCH (line_1, line_2, line_3, line_4, district, county, city, state, zipcode, country) AGAINST ('+Guitar') AS score FROM [prefix]_connections_address WHERE MATCH (line_1, line_2, line_3, line_4, district, county, city, state, zipcode, country) AGAINST ('+Guitar' IN BOOLEAN MODE) ORDER BY score made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/[theme]/page.php'), the_content, apply_filters('the_content'), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, _Builder_Element->_render, _Builder_Section->render, do_shortcode, preg_replace_callback, do_shortcode_tag, _Builder_Element->_render, _Builder_Row->render, do_shortcode, preg_replace_callback, do_shortcode_tag, _Builder_Element->_render, _Builder_Column->render, do_shortcode, preg_replace_callback, do_shortcode_tag, _Builder_Element->_render, do_shortcode, preg_replace_callback, do_shortcode_tag, cnShortcode::view, cnShortcode_Connections::shortcode, cnRetrieve->entries,
The cnRetrieve->entries term then repeats a few dozen times.
- The topic ‘PHP Error Log File 7 gigs with Connections Query Error’ is closed to new replies.