-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fatal error: Call to undefined method Token::getAllStatuses() #55
Comments
Hi, Did you inialize submodules and build model and db like said in the Readme ? Maxime |
I have a similar problem. What i do initialize after installing plugin? Can you write link to detailed installation readme? |
Hello, you do have sfDoctrineOAuthPlugin installed/enabled (or sfPropelOAuthPlugin)? |
Hi |
I've never used sfPropelOAuthPlugin. sfDoctrineOAuthPlugin needs sfDoctrineGuardPlugin and doctrine:build classes has to be run. Hope it helps |
i do:
What i do wrong? |
here's test project with this error |
Hello, Like I said I havent used sfPropelOAuthPlugin. Is your error "Call to undefined method Token::getAllStatuses "?
See https://github.com/chok/sfPropelOAuthPlugin/blob/master/lib/model/Token.php |
Hi all, The version on symfony website is very old and obsolete I think. Can you try with github versions ? |
can you update version on symfony website? |
Not a lot of time now. But you can just clone the project and remove the".git", you've got the same result as using pear from symfony. |
Hi,
i have a problem with the configuration of sfMelody.
When i insert this code into function executeIndex of my module
$this->getUser()->connect('linkedin');
i get this error
Fatal error: Call to undefined method Token::getAllStatuses()
I post my app.yml
melody:
create_user: false # create a new user if not logged when you connect to a service
redirect_register: false # you can redirect to a register form or anything else by specify
# a valid route like "@user_register"
linkedin:
key: xxxxxxxxxxxxxx
secret: xxxxxxxxxxxxxxxx
callback: @melody_linkedin # or absolute url
and my routing
melody_connect:
url: /connect
param: { module: sfMelody, action: connect }
melody_linkedin:
url: /melody/linkedin
param: { module: sfMelody, action: linkedin }
I don't understand what is wrong.
Can you help me please?
Thank you
alessandro
The text was updated successfully, but these errors were encountered: