Problem/Motivation
Starting with Drupal 8.8, path aliases are no longer being processed during database updates, because the path alias system might not be in a functional state until all updates have been completed.
Proposed resolution
Subpathauto should do the same as core and don't try to process path aliases while running database updates.
Remaining tasks
Review.
User interface changes
Nope.
API changes
Nope.
Data model changes
Nope.
Release notes snippet
Nope.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3102336.patch | 1.23 KB | amateescu |
Comments
Comment #2
amateescu commentedTested manually and this patch allows you to access
update.phpwhen the Subpathauto module was installed on a (8.7) site that is trying to upgrade to 8.8.Comment #4
lauriiiI could reproduce the fatal error. The fix for the problem looks good, and I could manually confirm that it works. Thank you @amateescu!