The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
[Solved] Comments rating problem
How-to and Troubleshooting
(@asti)
Illustrious Member
Joined: 8 years ago
Hi @arsaces7,
You should execute this SQL query in phpMyAdmin database manager SQL Tab. You can install phpMyAdmin plugin, or use your Hosting Service cPanel > phpMyAdmin Database Manager > Your website Database > SQL Tab, it should solve the issue:
CREATE TABLE `t_wpd_wc_users_rated` (`id` INT(11) NOT NULL AUTO_INCREMENT, `post_id` INT(11) NOT NULL DEFAULT 0, `user_id` INT(11) NOT NULL DEFAULT 0, `user_ip` VARCHAR(32) NOT NULL DEFAULT '', `rating` INT(11) NOT NULL, `date` INT(11) UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `post_id` (`post_id`), KEY `user_id` (`user_id`));
(@arsaces7)
Joined: 5 years ago
Active Member
Posts: 8
Jun 17, 2020 7:08 pm
@asti i did it too and cleared all the cache but not solved the problem!
(@arsaces7)
Joined: 5 years ago
Active Member
Posts: 8
Jun 20, 2020 5:09 pm
update: i removed Vote Data once and problem solved