Quote:
Originally Posted by Mosh
That was because the ms_vopt_permissions field was deleted and the bitfield was still there.
If you have deleted bitfield_ms_vopt_38.xml from your xml folder and you are still having the error Unknown column 'ms_vopt_permissions' in 'field list', then the bitfield file is still there, and has not been deleted.
I am pretty sure this problem is due to mixing up old and new versions of this hack.
Make sure you delete the bitfield file, un-install the product, and check the following:
In the AdminCP, select Maintenance -> Execute SQL Query and run the following query:
[sql]describe usergroup;[/sql]
If there is a ms_vopt_permissions entry in the Field column, then running the following query will get rid of it:
[sql]ALTER TABLE usergroup DROP ms_vopt_permissions;[/sql]
That should fix your problem up. If it does not, then post back with the exact error.
|
I ran the first query and nothing with ms_vopt_permissions came up. The file is not in my xml folder and the product is uninstalled. I'm not getting an error message but I'm still have a problem editing usergroups. It's still creating more groups instead of editing.