Quote:
Originally Posted by Jafo232
You should reinstall the plugin, overwrite, then uninstall.. Not sure what you did here but the table is missing..
|
i've having a similar problem trying to completely uninstall this; i cannot edit usergroups after an uninstall.
if i reinstall and disable as the other poster was directed, i can edit usergroups without issue, but it retains the akismet permissions radio button at the bottom of the usergroup edit page. if i completely uninstall it, at the bottom of the usergroup option page, the radio buttons remain with _no text_ describing what it is, and the query always has this error...
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE vb_usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Moderators',
`description` = '',
`usertitle` = 'Moderator',
..... snip........
`fcpermissions` = '4',
`akspam_permissions` = '0'
WHERE usergroupid=7;
MySQL Error : Unknown column 'akspam_permissions' in 'field list'
Error Number : 1054
i looked at the unistall code, and it looks like it did as directed, remvoing the plugins columns from the usergroup and user tables. is there some way i can manually get rid of this plugin completely, please?