Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurred while opening the table prefix in v2.0.1 #96

Open
cncap opened this issue Jul 5, 2016 · 0 comments
Open

An error occurred while opening the table prefix in v2.0.1 #96

cncap opened this issue Jul 5, 2016 · 0 comments

Comments

@cncap
Copy link

cncap commented Jul 5, 2016

in oauth2-server-php there is such a code:
$this->config = array_merge(array( 'client_table' => 'oauth_clients', 'access_token_table' => 'oauth_access_tokens', 'refresh_token_table' => 'oauth_refresh_tokens', 'code_table' => 'oauth_authorization_codes', 'user_table' => 'oauth_users', 'jwt_table' => 'oauth_jwt', 'jti_table' => 'oauth_jti', 'scope_table' => 'oauth_scopes', 'public_key_table' => 'oauth_public_keys', ), $config);
So I can't set my table prefix in yii2, how to solve?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant