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:
- Make a full backup! [Seriously!]
- from CLI
cd /var/www/magento
sudo php bin/magento module:disable Shopial_Facebook --clear-static-content
sudo php bin/magento setup:upgrade
sudo chown -R www-data:www-data /var/www/magento
sudo php bin/magento setup:di:compile
sudo chown -R www-data:www-data /var/www/magento
sudo php bin/magento cache:clean
sudo chown -R www-data:www-data /var/www/magento
[Optional to review success of operation.]sudo php bin/magento module:status
Ahh relief at last! Good to go 🙂