Problem/Motivation

 [success] Successfully enabled: migrate_generator, migrate, migrate_plus, migrate_source_csv, migrate_tools
docker-compose exec -T --user 1000:1000 php  drush migrate_generator:generate_migrations /var/www/html/content --update
 [warning] Undefined array key 3 Scanner.php:110
 [warning] Undefined array key 1 Scanner.php:176
 [warning] Undefined array key 1 Scanner.php:176
 [warning] Undefined array key 1 Scanner.php:176
 [warning] Undefined array key 1 Scanner.php:176
 [warning] Undefined array key 1 Scanner.php:176
 [warning] Undefined array key 1 Scanner.php:176
 [warning] Undefined array key 1 Scanner.php:176
 [warning] Undefined array key 1 Scanner.php:176
 [notice] Migration mgg__taxonomy_term__category was created
 [notice] Migration mgg__user was created
 [notice] Generation of migrations was completed. You can now run them using next command:
drush migrate:import --all --group=mgg
docker-compose exec -T --user 1000:1000 php  drush migrate:import --all --group=mgg

 1/4 [=======>--------------------]  25%
 4/4 [============================] 100% [notice] Processed 4 items (4 created, 0 updated, 0 failed, 0 ignored) - done with 'mgg__taxonomy_term__category'

 1/1 [============================] 100% [notice] Processed 4 items (4 created, 0 updated, 0 failed, 0 ignored) - done with 'mgg__taxonomy_term__category'
 [notice] Processed 1 item (1 created, 0 updated, 0 failed, 0 ignored) - done with 'mgg__user'

Steps to reproduce

Use with https://github.com/skilld-labs/skilld-docker-container/pull/412

Proposed resolution

fix erors

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#2 3279753-2.patch489 bytesandypost

Comments

andypost created an issue. See original summary.

andypost’s picture

Assigned: andypost » sorlov
Status: Active » Needs review
Issue tags: +Quick fix
StatusFileSize
new489 bytes
andypost’s picture

Assigned: sorlov » davidferlay
Status: Needs review » Reviewed & tested by the community

Gonna merge and create new release

  • andypost committed cb6b9c7 on 8.x-1.x
    Issue #3279753 by andypost: Fix PHP 8.1 support
    
andypost’s picture

Assigned: davidferlay » Unassigned
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.