You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Declaration of OAuth2StoragePDO::checkClientCredentials() must be compatible with that of OAuth2\IOAuth2Storage::checkClientCredentials() in /Applications/MAMP/htdocs/oauth2/application/libraries/OAuth2StoragePDO.php on line 17
The text was updated successfully, but these errors were encountered:
I think this is not a problem with this library, but with your OAuth2StoragePDO.php
Please verify that checkClientCredentials is similar as the function provided by the interface:
public function checkClientCredentials(IOAuth2Client $client, $client_secret = NULL);
At the beginning of OAuth2StoragePDO.php, you may have forgot to add
I run this library, and I got this error.
PHP Fatal error: Declaration of OAuth2StoragePDO::checkClientCredentials() must be compatible with that of OAuth2\IOAuth2Storage::checkClientCredentials() in /Applications/MAMP/htdocs/oauth2/application/libraries/OAuth2StoragePDO.php on line 17
The text was updated successfully, but these errors were encountered: