Title: Migration from another plugin
Last modified: December 11, 2024

---

# Migration from another plugin

 *  Resolved [mishaml](https://wordpress.org/support/users/mishaml/)
 * (@mishaml)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/migration-from-another-plugin/)
 * Hi! I was using Miniorange Social Login on my site to login via Google and Facebook.
   But I needed a rest api login, so I switched to your plugin because of this feature,
   thanks for it. But my old users are facing an issue when they try to log in “
   Error: Error: Email verification status is not checked in this provider!”.
 * I’ve found that this error is in class NextendSocialUser [https://i.imgur.com/TXL0XU8.png](https://i.imgur.com/TXL0XU8.png).
   This method is implemented only as a message [https://i.imgur.com/2RGX02s.png](https://i.imgur.com/2RGX02s.png),
   so i think it is an incorrect error triggered. When I comment the code which 
   triggers the error, the user can be successfully logged in, and google is linked
   to the old account. Could you check this out?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmigration-from-another-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Laszlo](https://wordpress.org/support/users/laszloszalvak/)
 * (@laszloszalvak)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/migration-from-another-plugin/#post-18192680)
 * Hi [@mishaml](https://wordpress.org/support/users/mishaml/)
 * First of all I am glad you like Nextend Social Login! 🙂
 * **As for the problem:**
 * That check is a part of a security measurement, so we won’t try to link social
   media accounts automatically to existing WordPress accounts if the email address
   of the social media account is not verified. So please make sure you keep that
   code part there.
 * However in your case, that error is quite strange, as the getProviderEmailVerificationStatus()
   is overriden in each extending provider specific class, so ultimately the getProviderEmailVerificationStatus()
   should return a boolean value and we should allow or prevent the autolinking 
   based on that. You should never receive the “Email verification status is not
   checked in this provider!” error, as that exception is rather for us ( the developers
   of the plugin ) to make sure the getProviderEmailVerificationStatus() is implemented
   in each class.
 * So I find it possible that somehow the update failed, so some of our files on
   your server are not up to date, thus don’t have that getProviderEmailVerificationStatus()
   override in the provider specific classes.
 * To avoid such problems, first of all I would suggest you to try the following:
    1. go to WordPress > Plugins > Installed plugins
    2. delete your current Nextend Social Login installation
    3. connect to your FTP ( or use a file manager plugin ) and make sure there is 
       no “nextend-facebook-connect” folder in your /wp-content/plugins folder
    4. then install Nextend Social Login from the official WordPress plugin repository
       just like you did the first time.
    5. if you have OP cache, then don’t forget to purge it, e.g. with a plugin like
       this: [https://wordpress.org/plugins/flush-opcache/](https://wordpress.org/plugins/flush-opcache/)
    6. then check the login with a social media account that:
       -is not linked to any
       WordPress account yet-but there is an existing WordPress account with its email
       address alreadyso we will run our autolinking specific codes.
 * If you still see a problem even after this, then please get in touch with us 
   directly over the ticket system:
    - [https://nextendweb.com/contact-us/nextend-social-login-support/](https://nextendweb.com/contact-us/nextend-social-login-support/)
 * and we will debug this problem there.
 * Best regards,
   Laszlo.
 *  Thread Starter [mishaml](https://wordpress.org/support/users/mishaml/)
 * (@mishaml)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/migration-from-another-plugin/#post-18196500)
 * Thanks, the problem was fixed after re-downloading plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Migration from another plugin’ is closed to new replies.

 * ![](https://ps.w.org/nextend-facebook-connect/assets/icon.svg?rev=3336394)
 * [Nextend Social Login and Register](https://wordpress.org/plugins/nextend-facebook-connect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextend-facebook-connect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextend-facebook-connect/)
 * [Active Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextend-facebook-connect/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mishaml](https://wordpress.org/support/users/mishaml/)
 * Last activity: [1 year, 5 months ago](https://wordpress.org/support/topic/migration-from-another-plugin/#post-18196500)
 * Status: resolved