Thought I'd share this for others who are upgrading from Drupal 7 to Backdrop.
Sometimes after upgrading the admin menu could have menu items in the wrong place. Usually this is because the menu was probably messed up on your Drupal 7 site. If you're okay with losing the custom menu items in the "management" menu, this is what you need to do to reset it. (Following this thread https://drupal.stackexchange.com/questions/48515/how-to-completely-wipe-and-rebuild-drupal-menus).
I'm going to take the easiest approach for most people. (More experts may want to do this via the CLI).
- Backup your database!
- Download devel module and install. https://backdropcms.org/project/devel
- Go to Development > Execute PHP (/admin/devel/php).
- Then execute the following:
db_query("DELETE FROM {menu_links} WHERE module = 'system'");
db_query("DELETE FROM {menu_links} WHERE menu_name = 'management'");
menu_rebuild();
The admin menu should now be reset and look more normal.
Recent comments
Hello. Welcome to Backdrop Some of the things you are asking for can be done with Ubercart. Ubercart out of the box supports buying a role, which could satisfy your paid memberships...
How to monetize a Backdrop site
Hi..., And welcome to our Backdrop community. Do you mean modules to help someone monetise their own website, or the official backdrop website?
How to monetize a Backdrop site
Title: Simplenews 1.x-1.2.2 removes subscribers when using anonymous checkout with Ubercart Hello, I experienced an issue when updating Simplenews to version 1.x-1.2.2. My site...
Re-enable Simplenews newsletter subscriptions that had been erroneously disabled
Hi ian, so, in your case all the other admin pages work fine, including the status page, only admin/reports/updates fails? But you can access admin/reports? Weird... I...
Update Report thows "Access denied You are not authorized to access this page."
The File (Field) Paths module should be able to move existing files. I've not tested it, but the module description says: Retroactive updates - rename and/or move...
Moving from /files into subdirectories