magento / magento/data-migration-tool
Deprecated Functionality: explode() 2.4.4 with php 8.1
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 339
- Forks
- 195
- PR merge metrics
- No merged PRs in 30d
Description
### Preconditions
1. Magento 1.9.2.4 to Magento 2.4.4 data migration
2. 2.4.4 Data Migration
### Steps to reproduce
1. bin/magento migrate:data vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.2.2/config.xml
### Expected result
1. Successful Data Migration
### Actual result
1. Deprecated Functionality: explode(): Passing null to parameter # 2 ($string) of type string is deprecated in /var/www/html/vendor/magento/data-migration-tool/src/Migration/Handler/CleanMultiselect.php on line 55
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at vendor/magento/data-migration-tool/src/Migration/Handler/CleanMultiselect.php line 55 and reproduce the problem with the provided bin/magento migrate:data command. Verify that the Magento 1.9.2.4 to 2.4.4 migration completes successfully without the deprecated explode() warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- data-engineering
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100