• Resolved wpfreund14

    (@wpfreund14)


    Hi!

    Is this error of Broken Link Checker?

    Table 'd01b4135.wp__blc_instances' doesn't exist für Abfrage SELECT instance_id FROM 'wp__blc_instances' WHERE container_id = 1828 AND container_type = 'post' von do_action_ref_array('wp_scheduled_auto_draft_delete'), WP_Hook->do_action, WP_Hook->apply_filters, wp_delete_auto_drafts, wp_delete_post, do_action('delete_post'), WP_Hook->do_action, WP_Hook->apply_filters, blcPostTypeOverlord->post_deleted

    I use version 1.11.8
    What is to do?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The problem occurs because of an underscore within /wp-content/plugins/broken-link-checker/includes/any-post.php that isn’t correct since version 1.11.8 of BLC. Just edit the mentioned file like this:

    – In lines 138, 152 and 159
    – Change $wpdb->prefix.’_blc_instances`
    to $wpdb->prefix.’blc_instances`
    – You have to delete the underscore because it’s doubled with the prefix used. You can see this also in your logs above as the entry d01b4135.wp__blc_instances shows the doubled underscore

    happy day.
    Lutz

    • This reply was modified 5 years, 9 months ago by ldiemer.
    • This reply was modified 5 years, 9 months ago by ldiemer.
    • This reply was modified 5 years, 9 months ago by ldiemer.
    Thread Starter wpfreund14

    (@wpfreund14)

    Thank you!

    Thread Starter wpfreund14

    (@wpfreund14)

    Hi!

    Yesterday I installed an update for the plugin and the error was already there. Can you please correct that in your sources?

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error “Table ‘d01b4135.wp__blc_instances’ doesn’t exist für Abfrage SELECT…”’ is closed to new replies.