Back to Social Login Support

Mennax
Mennax

Update to v. 1.0.28:

"SQLSTATE[42000]: Syntax error or access violation: 1091 Can't DROP 'provider_token'; check that column/key exists (SQL: alter table flynsarmy_sociallogin_user_providers drop provider_token)" on line 664 of /Users/mennax/ValetSites/boldrin/vendor/laravel/framework/src/Illuminate/Database/Connection.php

Remove and install:

"SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column 'provider_token' can't have a default value (SQL: alter table flynsarmy_sociallogin_user_providers add provider_token text not null default '' after provider_id)" on line 664 of /Users/mennax/ValetSites/boldrin/vendor/laravel/framework/src/Illuminate/Database/Connection.php

The plugin is installed but version v. 1.0.22

Last updated

51244
51244

Same problem

daftspunky
daftspunky

In this file oc-sociallogin-plugin/updates/update_user_providers_token_column_1023.php

You can comment out the functions in the public function down() method to overcome this error

1-3 of 3