My colleague friend and I just encountered an inconvience that was due to the project_installer module not being enabled after updating the Drupal 7 database to Backdrop.
We strongly feel there should be some sort of post-update summary that lists modules that Backdrop CMS both supports and enables by default that were non-existent in Drupal 7. This sumnmary could include an enable button or a link to enable the particular module(s).
Cheers!
Recent comments
Hey there! That error message is definitely a head-scratcher. Even though you uninstalled Views, it sounds like something is still referencing a Views-related constant. Maybe a custom module or...
VIEWS_STORAGE_OVERRIDE
Thanks Alejandro. That was the clues I needed.
Ubercart - Programmatically add product to cart and straight to Checkout
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout