|
Re: Total Thanks
If you just installed a fresh version, you do not need to rebuild anything. I don't know why it's showing the data. Please run the following queries:
UPDATE post SET thankscache = ''
UPDATE user SET thankedcount = 0
And see if they help. You must prefix post and user with your table prefix.
__________________
Psionic Vision - CEO & Developer
Please do not contact me via pm for support related matters.
Questions, posted in the forum, will be answered more quickly.
|