It’s really interesting that clearing out the menu_links table and reinstalling the Admin Bar module did the trick. Menu corruption is such a common headache when moving from D7 to Backdrop,...
Restore Newsletter Subscriptions from a Dev Website
In my last comment, I described a way to restore newsletter subscriptions from a database backup. The method involved directly editing...
Posted5 hours 17 min ago by Olaf Grabienski (Olafski) on:
I am considering migrating my drupal 7 website to backdrop.
Hi @seamus, I would like to offer my professional services for migration to BackdropCMS.
Please connect If...
Posted1 day 25 min ago by Deep Vyas (deepvyas) on:
Restore Newsletter Subscriptions from a Database Backup
One of my websites was affected by the Simplenews issue, and there were many incorrectly disabled newsletter subscriptions of '...
Posted1 day 2 hours ago by Olaf Grabienski (Olafski) on:
This is the report about the recently discovered bug: https://github.com/backdrop-contrib/simplenews/issues/83.
First, how do you know if your site is affected? In other words: Are there...
Posted2 days 1 hour ago by Olaf Grabienski (Olafski) on:
Comments
Yes, see https://github.com/backdrop-contrib/bee/issues/53 for where this was added, but you're probably just better off running
bee help installfor details.Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev):
ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --autoFor more info, run:
bee help install