Describe your issue or idea
This is a follow-up to #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.
One way we might mitigate this problem is to at least let people know that some modules might be missing by setting a warning at the top of the update page. We could check for missing modules by:
* Check the system table for all modules. Check the modules location(s) to see which modules are present. Compare the two.
* Check if there are tables in the database which are not defined by a hook_schema
.
Recent comments
Thanks!
Webform - can they be saved?
Under Form Settings > Advanced settings Yes, for Authenticated users only. Though I wonder (I haven't had need so haven't tested) if the other option to automatically save as draft...
Webform - can they be saved?
A fix was put into 1.29.3 which should enable you to do an in place upgrade, and so no need to use FTP. It fixed a problem we found with upgrading at civihosting.com
Update Manager: Anything other than FTP?