Magento Code Migration Toolkit: [WARNING]: 0 modules were converted

377 Views Asked by At

i'm using a code-migration-toolkit by Magento.

When i'm running the first step, php bin/migrate.php migrateModuleStructure <src> <dst>, this is my output:

[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

i check the log migration.log , this is the output:

[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

Ref: https://github.com/magento/code-migration

1

There are 1 best solutions below

5
user3748173 On

The output might might be caused by:

  • Mistyped directories structure : php bin/migrate.php migrateModuleStructure magento1\sampleModule magento2\sampleModule

  • app\code\community\Vendor\Module\etc\config.xml should be existing in module1

  • Are the directory permission set to 777