Hello,
I'm trying to migrate a D7 site to Backdrop.
Eventually I did get update.php to run.
However, all pages apart from ../core/update.php give 404.
What should I do to fix this?
Additionally, the custom_search module has an update dependency which can not be met:
language_update_1002
How do I fix this? (I did find a function language_update_1002 in the core language module)
Thanks
Comments
With the custom search, that sounds like a bug as the module doesn't have a dependency on language. You could though try enabling that module just to get past the update.
There is an issue queue if you would like to report it:
https://github.com/backdrop-contrib/custom_search/issues
The other issue, could you check your
.htaccess
file as I've sometimes had that symptom and that has been the cause for me.