Errors and notices after installing
-
I see these when adding/editing posts after activating the plugin.
`WordPress database error: [Table ‘localhost_wp.wpftsi_index’ doesn’t exist]
updatewpftsi_indexwi left joinwp_postsp on p.ID = wi.tid and wi.tsrc = “wp_posts” set wi.force_rebuild = 1 where (wi.force_rebuild = 0) and ((p.ID is null) or (wi.tdt != p.post_modified))WordPress database error: [Table ‘localhost_wp.wpftsi_index’ doesn’t exist]
select p.ID fromwp_postsp left joinwpftsi_indexwi on p.ID = wi.tid and wi.tsrc = “wp_posts” where (wi.id is null) limit 0, 1000WordPress database error: [Table ‘localhost_wp.wpftsi_index’ doesn’t exist]
updatewpftsi_indexset force_rebuild = 2 where tid = “7” and tsrc = “wp_posts”WordPress database error: [Table ‘localhost_wp.wpftsi_index’ doesn’t exist]
select count(*) n_inindex, sum(if ((force_rebuild = 0) and (build_time != 0), 1, 0)) n_actual fromwpftsi_indexwheretsrc= “wp_posts”WordPress database error: [Table ‘localhost_wp.wpftsi_tw’ doesn’t exist]
select count(*) n fromwpftsi_twWordPress database error: [Table ‘localhost_wp.wpftsi_words’ doesn’t exist]
select count(id) nw_total fromwpftsi_wordsNotice: Undefined offset: 0 in /wordpress/wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1914
Notice: Trying to access array offset on value of type null in /wordpress/wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1914
Notice: Undefined offset: 0 in /wordpress/wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1915
Notice: Trying to access array offset on value of type null in /wordpress/wp-content/plugins/fulltext-search/includes/wpfts_index.php on line 1915`
The topic ‘Errors and notices after installing’ is closed to new replies.