Hello everyone,
Problem/Motivation
track_last_imported, isTrackLastImported, setTrackLastImported, and getTrackLastImported are removed in Drupal 11.
See https://www.drupal.org/node/3282894
Proposed resolution
I made a patch that removes the call to setTrackLastImported in migrate_cron.
This patch applies on 1.5 version.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | migrate_cron-3500548-2.patch | 532 bytes | quentin massez |
Issue fork migrate_cron-3500548
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
quentin massez commentedComment #3
prudloff commentedComment #4
prudloff commentedThis was fixed by #3401287: phpstan jobs fails at GitLab (Handling "Unsafe usage of new static()").