oneall / social-login-phpbb

Social Login for phpBB allows your users to login and register with 40+ social networks. It increases your phpBB user registration rate by simplifying the registration process.
https://docs.oneall.com/plugins/guide/social-login-phpbb/
52 stars 33 forks source link

Activating the extantion error #64

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi, I had to reinstall phpBB from scratch. Wiped the database and all. Went to setup the plug-in and I keep getting the error: Something went wrong during the request and an exception was thrown. The changes made before the error occurred were reversed to the best of our abilities, but you should check the board for errors. A module already exists: OA_SOCIAL_LOGIN_ACP Any help with this problem is welcome. Thank you.

SchlesserClaude commented 6 years ago

Hello,

you can run the following query to remove the corresponding entry from your database:

DELETE FROM phpbb_modules WHERE module_langname LIKE 'OA_SOCIAL_LOGIN%'

Then you should be able to re-install the module.

ghost commented 6 years ago

That got it, THANK YOU

On Wed, Dec 27, 2017 at 8:57 AM, Claude notifications@github.com wrote:

Hello,

you can run the following query to remove the corresponding entry from your database:

DELETE FROM phpbb_modules WHERE module_langname LIKE 'OA_SOCIAL_LOGIN%

Then you should be able to re-install the module.

'

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/oneall/social-login-phpbb/issues/64#issuecomment-354117599, or mute the thread https://github.com/notifications/unsubscribe-auth/AfTFdNbLATvlhg70ejQ87AJjYXiqZSbGks5tEkzXgaJpZM4RMARL .

SchlesserClaude commented 6 years ago

Thank you for the update and a great 2018 ;)