Comments

drupalninja99 created an issue. See original summary.

drupalninja99’s picture

So far I am running into this problem on new installs - https://www.drupal.org/project/fast_404/issues/3102050

nancydru’s picture

Code Monkey’s picture

StatusFileSize
new813 bytes

I've taken the OpenChurch profile folder and placed it in a fresh download of Drupal 8.8.5. This issue may be due to the url_alias table being deprecated. In it's place, the path_alias table is used.

With that change to core, the Path Alias has become a content entity.

The attached file shows my changes to the openchurch.profile file, which has allowed the installation on the current version of core. This is my first patch upload. Hopefully, I understood how to make it correctly.

Code Monkey’s picture

Status: Active » Needs review