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_index
wi left joinwp_posts
p 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_posts
p left joinwpftsi_index
wi 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_index
set 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_index
wheretsrc
= “wp_posts”WordPress database error: [Table ‘localhost_wp.wpftsi_tw’ doesn’t exist]
select count(*) n fromwpftsi_tw
WordPress database error: [Table ‘localhost_wp.wpftsi_words’ doesn’t exist]
select count(id) nw_total fromwpftsi_words
Notice: 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.