I had a big problem when I try to delete GD Star Rating
-
I have a multilingual website, database Unicode is utf-8. After deleting the GD Star Rating at Admin panel my database became dumping in ANSI Unicode. Within the following upload my database Cyrillic on my website displayed not correctly.
It’s good that I made backup of my database before deleting GD Star Rating. Thanks my experiments with manual deleting the tables with prefix
wp_gdsr_
out of my database, I made a conclusion that Unicode broke after cleaning or deleting tableswp_gdsr_votes_log
andwp_gdsr_votes_trend
.
Can you tell me the reasons of this fact? How can I delete the tables with prefixwp_gdsr_
and at the same time keep my database Unicode.
- The topic ‘I had a big problem when I try to delete GD Star Rating’ is closed to new replies.