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

How does it work? #3

Open
NathanHazout opened this issue Jun 13, 2013 · 2 comments
Open

How does it work? #3

NathanHazout opened this issue Jun 13, 2013 · 2 comments

Comments

@NathanHazout
Copy link

Hi,
Your README explains how to put configurations in the config file, but nothing more.
Could you give examples on how to use your plugin?
I see you created 2 Controllers that are pretty much empty...

@oceatoon
Copy link

yes please add a bit explanation
I'm getting
include(OpauthStrategy.php) [function.include]: failed to open stream: No such file or directory
when launching http://127.0.0.1/my-path/opauth
how do you see the controllers working ? and how to instantiate the Stragtegies ?

@oceatoon
Copy link

in the new version of OpAuth.php
line 74
there is this
if (!class_exists('OpauthStrategy')) {
but in Yii it causes a bug , solved by this
if (!class_exists('OpauthStrategy', FALSE)) {

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

2 participants