Describe your issue or idea
This is a follow-up to https://github.com/backdrop/backdrop-issues/issues/2842 where we realized that a lot of people were upgrading from Drupal to Backdrop in a way that will result in broken sites.
The root of the problem, it seems, is that people want to update core before contrib, and contrib modules often require their updates to be run between two core updates. However, when one of these contrib that has this requirement is updated after it's dependancies are completed, no message is shown to the user, but the module is likely to be broken.
Steps to reproduce (if reporting a bug)
- Create a Drupal 7 site, install taxonomy_menu module and set up a menu using taxonomy.
- Upgrade that site to Backdrop, excluding the Backdrop taxonomy_menu module from the codebase.
- The update again, after the module has been added.
- confirm update appears to have completed successfully.
- Confirm the menu no longer using taxonomy.
Recommended solution
I would like to propose that instead of skipping any necessary dependancies, we check to see if they can be met, and if not, we throw an error to the user explaining why the updates can't be completed. For example: Taxonomy Menu module needs to run it's updates before Taxonomy module. At this time, it looks like the Taxonomy updates have been already completed. You will need to start your upgrade again. Next time, please ensure that both these modules are updated at the same time
.
Recent comments
Hello, @yorkshirepudding! Thanks a lot, I got it, all sorted out.
My layout template (layout--blog.tpl.php) doesn't work
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform