MikeL 0 Report post Posted September 19, 2016 On Magento 2.1.1 I have installed M2EPro 1.1.1 as per https://docs.m2epro.com/display/AmazonMagento2/Installation Magento 2.1.1 is in developer mode When I fill out the module registration form and click "Continue" nothing happens Screenshot attached Any suggestions? Quote Share this post Link to post Share on other sites
MikeL 0 Report post Posted September 19, 2016 In case anyone else runs into this, it can be resolved by disabling AdBlock software Mike Quote Share this post Link to post Share on other sites
amjohnsonaz 0 Report post Posted October 25, 2016 I have this same problem, and I've tried IE and Chrome as well as turning off all pop up blockers, enabling symlinks, checking permissions, reinstall, still can't get it to run. Quote Share this post Link to post Share on other sites
kandip 0 Report post Posted October 28, 2016 I am having the same issue with Magento 2.1.2 and m2epro-1.1.2.r1200. I have magento in production mode. Any suggestion? Thanks. Quote Share this post Link to post Share on other sites
Victoria K. 2 Report post Posted November 4, 2016 The first thing you should pay attention to before installing M2E Pro extension is a presence of the ad blocker software such as AdBlock. If you have one installed, you need to disable it. After M2E Pro is installed, you need to clean the generated static view files. One of the possible ways to do it is manually by clearing the pub/static and var/view_preprocessed directories and subdirectories. In order to complete the installation at the end of the installation process, you need to run the command following this pattern php %magento2_installation_dir%/bin/magento setup:static-content:deploy as it is described in the documentation along with the instructions on how to install/upgrade M2E Pro extension. https://docs.m2epro.com/display/BestPracticeMagento2/Extension+Upgrade However, before applying this command, you have to pay attention to locale you are using for your magento instance. The pattern of the command provided above is designed for the case when only one locale is used in mageto - Default Magento locale. In case you use two or more locales, you need to run the command regarding each locale. For this, the command pattern must contain the value of the required locale. For example, for GB locale the command will look like php bin/magento setup:static-content:deploy -l en_GB. The detailed information of how to clean and deploy static files can be found here http://devdocs.magento.com/guides/v2.1/config-guide/cli/config-cli-subcommands-static-view.html Quote Share this post Link to post Share on other sites
m.ferrarini 0 Report post Posted November 18, 2016 I have the same issue! I've contacted the support team and they tell me that the problem is due to my locales. I asked a question here http://magento.stackexchange.com/questions/146330/broken-installation-of-m2epro Quote Share this post Link to post Share on other sites
Simon Guest 0 Report post Posted November 20, 2016 same issue for me. installed the files Then I deleted all of the static files Then ran php bin/magento setup:upgrade php bin/magento setup:static-content:deploy php bin/magento setup:di:compile But still no luck Quote Share this post Link to post Share on other sites
Paul 1 Report post Posted December 7, 2016 Try to use M2E Installer/updater: https://docs.m2epro.com/display/BestPracticeMagento2/via+M2E+Pro+Installation+Tool Quote Share this post Link to post Share on other sites