Missing wslusersprofiles table
-
I just installed this plugin and when I tried to login via Facebook I got error about missing “wp_wslusersprofiles” database table. I tried running CREATE TABLE command (which I found in plugin’s PHP files) manually, I got error
#1071 – Specified key was too long; max key length is 1000 bytes
which is probably the reason why database table wasn’t created in the first place.
Hacky solution: I had to remove index “KEY idp_uid (provider,identifier)” as a workaround to create this database table, I’m not sure how it will affect performance though.
P.S. On a related note, why is “id” not a primary key? THis question goes for both tables.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Missing wslusersprofiles table’ is closed to new replies.