Question

I was working on the Magento 2 CE, in which Data Migration Tool was already installed. I cleared the root folder and installed fresh Magento 2 EE in that folder. I also truncated the database of CE and import the fresh database of EE.

So at this point, everything is new and fresh. There is no third party module in it. But when I run the site, I get this weird error:

Setup version for module 'Magento_DataMigrationTool' is not specified

I don't know what's wrong with it. Why is system thinking that I had installed Data Migration Tool? (Same-store is working fine in my local system.)

I then tried to place Data Migration Tool explicitly in vendor/magento/ and inserted an entry in setup_module and config.php but I am still getting the same error.

(I am running Magento on nginx)

Was it helpful?

Solution 2

Ran the following command which fixed that issue:

service php7-fpm reload

OTHER TIPS

Could you please try the following code. please go to root installation folder and fire following command

magento module:disable Magento_DataMigrationTool

Than clear cache , do re indexing and provide proper permission

Let me know if you have still any issue

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top