migration from D7 7.x-1.1 fails with column not found access

Created on 18 October 2022, about 3 years ago
Updated 2 February 2023, almost 3 years ago

Problem/Motivation

Migration d7_simplenews_newsletter from Drupal 7 Simplenews module version 7.x-1.1 to Drupal 9 fails with database error column not found 'c.access'.

This seems to be caused by https://git.drupalcode.org/project/simplenews/-/commit/c3f86e08 which changes the Drupal 7 'opt_inout' column name in src/Plugin/migrate/source/d7/Newsletter.php to 'access'.

The migration succeeds when changing the column name 'access' back to 'opt_inout' in src/Plugin/migrate/source/d7/Newsletter.php..

Proposed resolution

Change column name 'access' back to 'opt_inout' in src/Plugin/migrate/source/d7/Newsletter.php.

🐛 Bug report
Status

Fixed

Version

3.0

Component

Miscellaneous

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024