No existing ratings found! Nothing to migrate!
-
Hello, the migration tool is not working for me.
My ratings are only stored on wp_postmeta (and nowhere else), it’s 3 metas (same names as wp_postratings)ratings_users = The total Number of votes.
ratings_score = is the sum of all scores.
ratings_average = it’s ratings_score / ratings_usersBut the importer doesn’t pick them up.
I don’t think i’ll get a solution for this. It would require changing the importer it think.
EDIT:
Would this work for me?UPDATE wp_postmeta SET meta_key='rmp_vote_count' WHERE meta_key ='ratings_users'; UPDATE wp_postmeta SET meta_key='rmp_rating_val_sum' WHERE meta_key ='ratings_score'; UPDATE wp_postmeta SET meta_key='rmp_avg_rating' WHERE meta_key ='ratings_average';
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘No existing ratings found! Nothing to migrate!’ is closed to new replies.