Solved Magento 2 One or more integrations

Solved – One or more integrations have been reset because of a change to their xml configs.

One of the most annoying messages to come from recent Magento 2 installs is the above message. Not only is it annoying, but it appears to slow down the loading of the Magento Admin console.

The name of the Magento 2.2. module is called: Shopial_Facebook

If you are NOT using or planning on using the Facebook Social integration, then disabling the module will remove this annoyance.

Note: All new aMiSTACX CFT stacks starting from 2.2.5 and above will have this module disabled by default.

Here are the steps that pertain to an aMiSTACX server:

  1. Make a full backup! [Seriously!]
  2. from CLI cd /var/www/magento
  3. sudo php bin/magento module:disable Shopial_Facebook --clear-static-content
  4. sudo php bin/magento setup:upgrade
  5. sudo chown -R www-data:www-data /var/www/magento
  6. sudo php bin/magento setup:di:compile
  7. sudo chown -R www-data:www-data /var/www/magento
  8. sudo php bin/magento cache:clean
  9. sudo chown -R www-data:www-data /var/www/magento
    [Optional to review success of operation.]
  10. sudo php bin/magento module:status

Ahh relief at last! Good to go 🙂