Skip to content
Logo
  • Support
  • My account
  • My cart
  • Magento 2 Extensions
  • Magento 1 Extensions
  • Magento Services
  • Packages
  • Special Offers
  • Blog
  • Contact Us

Home Magento 2 Extensions Magento 2 Twitter & Facebook Login Documentation v2 Uninstalling

    • Installation
    • Updating
    • Configuration
    • Developer Guide & API Reference
    • Translation
    • Uninstalling
    Magento 2 Twitter & Facebook Login - Documentation

Magento 2 Twitter & Facebook Login v2.x Uninstalling

Here you will learn how to easily remove Twitter & Facebook Login extension for Magento 2 using two methods – via the Automated Removal Script or Composer.

You can choose one of the following two methods to remove the extension from your Magento 2 store.

1. Uninstall using Automated Script
2. Uninstall via the Composer

Automated Extension Removal Script

In order to remove this module by means of a script, please:

1. Download the Remove Plumrocket Extensions archive and unzip it.

2. Upload it to the root directory of the site as shown below:

Detailed description:

  1. This is your client side. You will see your module removal script file.
  2. This is your root directory on server side. This is where the file should be uploaded.
  3. All the files must be uploaded to the server. Select the file and press the right mouse button.
  4. Select the “Upload” option in order to upload the file to the server.
1 twitter facebook2 magento2 uninstall1.jpg

3. Open the following URL in your browser to launch the script. The path format is:

www.yourdomain.com/remove_plumrocket_extensions_for_magento2.php

where “yourdomain” is the name of your magento 2 store domain.

The screenshot below displays the page that will appear after you run the universal uninstall script:

Detailed description:

  1. Right next to the needed extension’s name, you will see the “Remove” button. Press it.
2 twitter facebook2 magento2 uninstall1.jpg

Detailed description:

  1. When you see the “Extension removed successfully” message – this means that Twitter & Facebook login Magento 2 extension has been removed successfully.
  2. Make sure to remove the uninstallation script from your server.
3 twitter facebook2 magento2 uninstall1.jpg

At this point, the Facebook and Twitter Login Magento 2 extension has been successfully removed from your server.

Remove Extension via the Composer

In order to remove your Magento 2 Twitter and Facebook extension via the Composer, open the console (SSH terminal) and follow commands:

1. In terminal, switch to your Magento 2 root directory using command:

cd /FULL_PATH_TO_YOUR_MAGENTO2

where “FULL_PATH_TO_YOUR_MAGENTO2” is the path to your Magento 2 folder on your server.

2. Disable the extension:

php bin/magento module:disable Plumrocket_SocialLoginFree

3. Remove the extension:

composer remove plumrocket/module-psloginfree

4. Run the next three Magento 2 commands:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

After running these commands, the extension should be uninstalled successfully. Similar message should be displayed in your console as displayed below:

5. Below you will find the SQL command designed to delete all extension information from the database:

DELETE FROM core_config_data WHERE `path` LIKE 'psloginfree/%';
DELETE FROM setup_module WHERE `module` = 'Plumrocket_SocialLoginFree';
DROP TABLE IF EXISTS `plumrocket_sociallogin_account`;
DROP TABLE IF EXISTS `plumrocket_sociallogin_deletion`;

6. Clear Magento Cache:

php bin/magento cache:flush

At this point, the Facebook and Twitter Login Magento 2 extension has been successfully removed from your server.

Was this article helpful?
02/28/202010/27/2021
Search
Search
Generic selectors
Exact matches only
Search in title
Search in content
Contents
Company
  • Home
  • About Plumrocket Inc.
  • Customer Stories
  • Programs & Promotions
  • Careers
  • Contact Us
Legal
  • Terms of Service
  • Privacy Policy
  • Refund Policy
  • Cookie Policy
  • Privacy Center
  • Updates & Support Policy
Resources
  • Blog
  • FAQ
  • Documentation
  • Tutorials
Partners
  • Partner Program
  • Affiliate Program
  • Official Partners
Plumrocket Inc. © 2008 - 2025
Follow Us:
  • Facebook
  • Twitter
  • LinkedIn
  • YouTube