Not Solved [General] Control Panel Problem
#4
Not Solved
Your next bet is to change the display order of the empty groups to 200 plus, or a number larger than the last legitimate group, then use phpMyAdmin to select the empty groups and delete them. Changing the display order makes it easier to do the query.

Assuming the display order for the empty groups are 200 and greater, this query will work.

DELETE FROM `mybb_settinggroups` WHERE `disporder` >= 200;

There is a button that allows you to simulate the query. Verify the matched rows correspond to your empty groups. If it's a match, execute the query.
Reply


Messages In This Thread
Control Panel Problem - by Sedini - 2021-10-19, 05:52 AM
RE: Control Panel Problem - by HLFadmin - 2021-10-19, 10:46 AM
RE: Control Panel Problem - by Sedini - 2021-10-19, 01:33 PM
RE: Control Panel Problem - by HLFadmin - 2021-10-19, 09:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)