- ๐ณ๐ฟNew Zealand quietone
There have been no further reports that this is a problem. More information, specifically, that this is still a problem, was asked for 9 months ago and none has been provided. I am going to close this as outdated.
If you are experiencing this problem on a supported version of Drupal reopen the issue, by setting the status to 'Active', and provide complete steps to reproduce the issue โ (starting from "Install Drupal core").
- ๐บ๐ธUnited States Jon Pugh Newburgh, NY
Jon Pugh โ made their first commit to this issueโs fork.
- ๐บ๐ธUnited States Jon Pugh Newburgh, NY
Came across this issue when upgrade a site from 9 to 10.0 using bricks.module.
From debugging I traced it down to this: Bricks.module is now showing a field "revision_id" that does not exist in $field_definitions.
The error comes when trying to run the update hooks so I can't update any schemas.
Applying the patch worked.
Attached is a new patch for 10.0.x
- Status changed to Needs review
over 1 year ago 7:50pm 16 November 2023 - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 8:04pm 16 November 2023 The Needs Review Queue Bot โ tested this issue.
While you are making the above changes, we recommend that you convert this patch to a merge request โ . Merge requests are preferred over patches. Be sure to hide the old patch files as well. (Converting an issue to a merge request without other contributions to the issue will not receive credit.)
- First commit to issue fork.
- Merge request !5520Issue #2588865: Add a check to verify empty field_definitions data. โ (Open) created by ankithashetty
- Status changed to Needs review
over 1 year ago 12:28pm 23 November 2023 - ๐ฎ๐ณIndia ankithashetty Karnataka, India
Seems like an intermittent issue.
Created an MR now. - Status changed to Needs work
over 1 year ago 2:49pm 23 November 2023 - ๐บ๐ธUnited States smustgrave
Issue summary should be updated to include steps to reproduce this in core.
Also will need tests.