Uninstall Magento Store Manager Connector
Uninstallation via Composer
To start module uninstallation, move to the store root directory and run the following console command:
php bin/magento module:uninstall Emagicone_Bridgeconnector
It removes Magento Store Manager Connector module and all related details.
Uninstallation from the Admin Panel (automatically)
Current method is acceptable for the latest version of Magento store starting from 2.1.and higher.
- Go to Dashboard -> Setup -> Setup Wizard -> click on the Component Manager command.
Press [Uninstall] from the drop-down list opposite the module position.
2. The second step of module uninstallation conducts the inspection of PHP version and its compatibility, permissions of the files in the store database. It covers few steps which need to be processed before you could proceed.
The green-marked fields mean the process of verification is successful and you can move to the next step.
3. The third stage of the removal process - "Create Backup". Check the data you want save and press the button to start the backup.
Once the process is completed, the button, which allows to go to the next step, becomes active.
Green check-marks allow to proceed with the further process.
4. "Remove or Keep Data" step is the per-final step of module un-installation. Press [Remove] to proceed.
5. "Uninstall" stage launches current process.
Press the corresponding button to start. Take into account, your online store will be temporary unavailable for users until the removal process is finished.
The result message will be displayed once the module is complete uninstalled.
The store will return to the online mode automatically.
Manual Uninstallation
1. Login to FTP server via any FTP client.
2. Open the store root directory and go to the app/code folder. Remove the folder "Emagicone" with bridge_connector installation.
Note: if you use Store Manager Connector for Magento versions 2.3 and above the Emagicone folder contains subfolders Core and Connector. You have to delete Emagicone folder with these subfilders.
3. Follow the path in the store root directory:
app/etc/ to open the file 'config.php'
and delete the line Emagicone_Bridgeconnector => 1
from it.
4. Now launch Store Manager and open the Raw Table Editor section. In the search ribbon type "%setup_module%" and you will see all extensions you have installed.
Remove the "Emagicone_Bridgeconnector" position with the [Delete] button in the top toolbar.
5. Search for the next table in the store database that is relevant to the installed module:
Delete the row with Store Manager Bridge Connector record. Use [Delete] in the top toolbar.
6. Delete the other tables from your store database related to the connector module in the current section. See an illustration below:
7. Paste the script to the Custom SQL tool and execute it:
8. Run Command Line Interface (CLI). Go to Magento root folder, then run the upgrade command: php bin/magento setup:upgrade
If you have any questions or need assistance regarding the module uninstallation, contact us and we will gladly help you.