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.A bit of a late update, but better late than never.
The 404 issue turned out to be caused by all pages being redirected to an error page when not logged in. However, the error page was a panel page in Drupal, so now needed to be recreated as a layout in Backdrop. After I did that, there were no unnecessary 404s anymore.
For the other issue, enabling the module did indeed solve it.
Thanks