magento / magento/data-migration-tool
Magento 2.4.6 compatibility issue
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 339
- Forks
- 195
- PR merge metrics
- No merged PRs in 30d
Description
Zend_Json has been removed from 2.4.6, but still in use here :
https://github.com/magento/data-migration-tool/blob/7b02ed916687b1dc498973d25d82f6bc4afc0aa2/src/Migration/Handler/VisualMerchandiser/SmartAttribute.php#L38-L39
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 with src/Migration/Handler/VisualMerchandiser/SmartAttribute.php at lines 38-39, where Zend_Json is still referenced. Read the surrounding handler and check which JSON implementation is supported by Magento 2.4.6. Done means this migration path no longer depends on the removed Zend_Json class and remains compatible with that Magento version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100