我正在使用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
答案 0 :(得分:0)
输出可能是由以下原因引起的:
错误的目录结构: php bin/migrate.php migrateModuleStructure magento1\sampleModule magento2\sampleModule
app\code\community\Vendor\Module\etc\config.xml
应存在于module1
目录权限是否设置为777