406. Session Identify is missing.
-
This issue stems from line 79 in the file: WSL_Endpoint.php. It is searching for a Session variable in HA::CONFIG that has the key “CONFIG”. This key doesn’t exist the session variable. Dumping the output looks like:
array(1) { [“HA::CONFIG”]=> array(1) { [“version”]=> string(22) “s:14:”2.4.1-wsl-fork”;” } }So the Sessions are working on the site just fine, and this plugin seemed to be working fine a month ago. But now, every social login link does this 406 error.
I’ve already tried all the Troubleshooting here: https://miled.github.io/wordpress-social-login/troubleshooting.html
Why isn’t CONFIG being set?
- The topic ‘406. Session Identify is missing.’ is closed to new replies.