Wrong table name _blc_instances
-
Hi,
today I’ve noticed that one file has 3 typos for this database table, it’s in the file: /wp-content/plugins/broken-link-checker/includes/any-post.php
The three typos are one these rows:
138 ‘SELECT instance_id FROM
'.$wpdb->prefix.'_blc_instances
WHERE container_id = %d AND container_typ152 $q_current_link_ids = ‘SELECT DISTINCT link_id FROM
'.$wpdb->prefix.'_blc_instances
WHERE instance_159 $wpdb->query( ‘DELETE FROM
'.$wpdb->prefix.'_blc_instances
WHERE instance_id IN (\”.implode(“‘, ‘”There is an additional _ underscore. If your prefix is wp_, the query will use a table name wp__blc_instances. This table doesn’t exists and wp_cron will fire an error.
Thanks for providing this great plugin!
- The topic ‘Wrong table name _blc_instances’ is closed to new replies.