Cant Flush The Voting Cache, Please Help!
-
The Reset page has way too many entries, and somehow its voting entries that are variations.
i went into myphp and looked at the database tables and cant find one specific one to drop.
i see the autovote code changes:
f(!get_post_meta($post_id, ‘_kksr_ratings’, true))
{
$ratings = $stars / ($total_stars/5);
$avg = $ratings ? number_format((float)$ratings, 2, ‘.’, ”) : 0;update_post_meta($post_id, ‘_kksr_ratings’, $ratings);
update_post_meta($post_id, ‘_kksr_casts’, 6);
update_post_meta($post_id, ‘_kksr_avg’, $avg);
}but i dont know for sure how to run a command to delete the kk star entries.
someone help my db has over 1.2 million rows and i need to reset to see how much bloat that is.
- The topic ‘Cant Flush The Voting Cache, Please Help!’ is closed to new replies.