• Resolved Workshopshed

    (@workshopshed)


    I updated to WordPress 5.7 and when doing a post quick edit to change a tag, I got an error message referring to broken link checker

    WordPress database error: [Incorrect file format 'wp_blc_instances']
    SELECT instances.raw_url FROM wp_blc_instances AS instances JOIN wp_blc_links AS links ON instances.link_id = links.link_id WHERE instances.container_type = 'post' AND instances.container_id = 75893 AND links.broken = 1 AND parser_type = 'link'
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hi @workshopshed

    I hope you’re well today!

    This error suggest that the DB table wp_blc_instances is somehow broken/corrupted.

    Do you have access to the site’s database via phpMyAdmin or similar tool?

    If yes, please try reparing the table. In phpMyAdmin you would

    – access the site’s database
    – in “Structure” tab find the “wp_blc_instances” table and check the checkbox for it
    – and at the bottom of the list select “Repair table” option from the “With selected:” drop-down list
    – then click “Go” button

    Additionally, if there’s object cache on server see if you can purge it after running repair option.

    Let me know, please, if this fixes the issue for you.

    Best regards,
    Adam

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @workshopshed

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional question or problem.

    Best Regards
    Patrick Freitas

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Quick Edit’ is closed to new replies.