In the API documentation for node_permissions_get_configured_types() it says:
To exclude a specific node from getting permissions defined for it, set the
node_permissions_$typevariable to 0.
This is correct for Drupal 7, but not correct for Backdrop. From looking at the code, it is referring to the setting "$info->settings['node_permissions']" which would be specified in the node definition originally passed tonode_type_save().
I think this also should be documented in a change record.
What's my next step for reporting/fixing this?
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
No problem, let's see how it evolves. I'd be happy to provide a suggested version if i could. I will keep that in mind and try learn this hook chain hopefully very soon. I will...
File hashing uploads made through TinyMCE
I could request hashing support, but that's the lazy way 🤣 I would appreciate it if you as an active maintainer would 'officially' add a hashing support...
File hashing uploads made through TinyMCE