So after finally managing to run the upgrade process from Drupal 7 to Backdrop, what I'm left with isn't a 100% functional site unfortunately. What I want to try and get help for today is the fact that the update page thinks there are still "some modules" which have db schema updates to install.
However when I run the update script again, I'm served with this very helpful message below:
Needless to say this is leaving me slightly confused as per what exactly has unmet dependencies and whether there's some way I can find out more about what's needed?
Anyone else come across this before or know where I can figure out what modules need installing to meet dependencies? Thanks
And the correct schema will depend on the module itself. To find out, open the .install file and use the latest number from the implementations of hook_update_N() in that file. If there are not update hooks in that install file, then set it to 0.
EDIT: This answer is wrong. See below in this thread for the correct manual fix.