Notifications
Clear all

[Solved] Custom Rating Level Not Working

23 Posts
3 Users
1 Reactions
801 Views
Posts: 12
Topic starter
(@dhendricks)
Active Member
Joined: 1 year ago

I'm trying to change the reputation rating level on a user by applying a custom rating level, but after clicking the 'update user' button, the custom level is not applied.

Topic Tags
22 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

HI @dhendricks,

Please provide admin access to your website, send the credentials to info[at]gvectors.com, mention this topic in the email and let me know here that the email is sent.

Thanks

Posts: 12
Topic starter
(@dhendricks)
Active Member
Joined: 1 year ago

Email sent. Thanks!

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@dhendricks,

Please check does your website's MySQL user have all the privileges. e.g. alter table.

Because of that, wpForo's tables hadn't got necessary updated from 1.9 to 2.x

After giving the alter table privilege, run the below SQL

update wp_options set option_value = "2.1.6" where option_value = "2.1.7" and option_name LIKE "wpforo%"
Posts: 12
Topic starter
(@dhendricks)
Active Member
Joined: 1 year ago

Thanks, all the privileges should be there. There isn't a 'prefix_options' table in the db so that sql doesn't work. Is that the right name of the table?

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@dhendricks,

Edited the SQL.

wp(is the DB prefix) your DB's prefix can be different.

Posts: 12
Topic starter
(@dhendricks)
Active Member
Joined: 1 year ago

Ah, I didn't catch that 'prefix' was just a placeholder, sorry. I ran the SQL but it didn't fix it.

I can't have that site down, with plugins deactivated, so I cloned the site and sent you new credentials for that.

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@dhendricks,

The SQL should work if the privileges are set. Please double check that part.

Page 1 / 2