A few months ago said this would be fixed in the upcoming version that you would release in next few days. I am on latest plugin version and still have this problem. Can you tell me when this is going to be resolved?
wp-content/plugins/broken-link-checker/includes/links.php
Lines 587 – 591
$q = sprintf(
“UPDATE {$wpdb->prefix}blc_links SET %s WHERE link_id=%d”,
$set_exprs,
intval($this->link_id)
);
It tries to update, but there is no column.
I am also having same issue, not see 500 in the php error logs as well.