Needs review
Project:
OpenChurch
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
15 Feb 2020 at 20:07 UTC
Updated:
19 Jun 2020 at 14:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
drupalninja99 commentedSo far I am running into this problem on new installs - https://www.drupal.org/project/fast_404/issues/3102050
Comment #3
nancydruComment #4
Code Monkey commentedI'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.
Comment #5
Code Monkey commented