-1

我正在使用 Magento 的代码迁移工具包。

当我运行第一步时php bin/migrate.php migrateModuleStructure <src> <dst>,这是我的输出:

[2016-06-17 03:44:55][INFO]: Starting module structure converter

←[0;33m[2016-06-17 03:44:55][WARNING]: 0 modules were converted←[0m

[2016-06-17 03:44:55][INFO]: Ending module structure converter

我检查日志migration.log,这是输出:

[2016-06-17 03:44:55][INFO]: Starting module structure converter

[2016-06-17 03:44:55][WARNING]: 0 modules were converted

[2016-06-17 03:44:55][INFO]: Ending module structure converter

参考:https ://github.com/magento/code-migration

4

1 回答 1

0

输出可能由以下原因引起:

  • 输入错误的目录结构: php bin/migrate.php migrateModuleStructure magento1\sampleModule magento2\sampleModule

  • app\code\community\Vendor\Module\etc\config.xml 应该存在于 module1 中

  • 目录权限是否设置为 777

于 2016-06-29T23:40:11.510 回答