-
On wp-content/plugins/seo-by-rank-math/includes/modules/links/class-links.php line 76
It should be:$processor->storage->update_link_counts( $post_id, null, $links );
instead of:
$processor->storage->update_link_counts( $post_id, 0, $links );
if not on post delete you will get an error like:
<div id=”error”><p class=”wpdberror”>WordPress database error: [Unknown column '0' in 'field list']<br />
UPDATE
wp_rank_math_internal_meta
SETinternal_link_count
= '0',external_link_count
= '0',0
= '' WHEREobject_id
= 26341</p></div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘Error on post delete, and Solution:’ is closed to new replies.