- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Component Manager Syncing Forever!!! (Magento 2.0.X)
Hello,
Trying to install the 'EU Cookie Compliance' Extension via the component manager...
however magento seems to want to sync forever?
any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Component Manager Syncing Forever!!! (Magento 2.0.X)
Hi @nick_deer
i understand ! the problem you are facing !
so exactly what error its showing when you are installing extension ?
also have you tried installing by uploading all files of that extensions in app/code directory under the namespace of that extension ?
put all the extensions files in app/code/ directory under the namespace of vendor and module name and then run below commands for the same :
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:clean php bin/magento cache:flush
Then check your extensions is installed successfully !
Hope it helps !
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Component Manager Syncing Forever!!! (Magento 2.0.X)
Hi @nick_deer,
Which exact version of Magento are you using?
There are several threads about this kind of issues on previous versions of Magento.
Maybe one of those links can give you a clue? (there are several references)
- https://community.magento.com/t5/Magento-2-x-Technical-Issues/Magento-2-Component-manager-won-t-sync...
- https://community.magento.com/t5/Magento-2-x-Technical-Issues/Component-Manager-Freezes-in-v2-1-1/td...
- https://github.com/magento/magento2/issues/6737
- https://github.com/magento/magento2/issues/4756