Hello,
I'm working to configure OAuth with Discord.
I'm able to complete the setup but the SSO is not working.
I found the logs an it gave me following error:
PHP Deprecated: Optional parameter $namespace declared before required parameter $key is implicitly treated as a required parameter in /home/include/class.config.php on line 198
Also, while debugging the issue, I found that the issues is related to the following piece of code:
$token=$this->getAccessToken($resp['code'])
In oauth2.php in plugin files.
BTW, here are the server information:
Please let me know how I can fix this issue.
Thanks